diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml
index cea6833715..bf0659c452 100644
--- a/spring-integration-parent/pom.xml
+++ b/spring-integration-parent/pom.xml
@@ -44,6 +44,23 @@
+
+
+ http://static.springframework.org/spring-integration/site/downloads/releases.html
+
+ local
+ file://${java.io.tmpdir}/spring-integration-repo
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ s3://maven.springframework.org/snapshot
+
+
+ static.springframework.org
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-integration/sites/${project.version}
+
+
diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml
index 8294d1f655..70e761e8e4 100644
--- a/src/assembly/distribution.xml
+++ b/src/assembly/distribution.xml
@@ -1,11 +1,11 @@
+ dependencies and other resources into a single archive suitable for download and
+ standalone use.
+ see pom.xml 'maven-assembly-plugin' declaration
+ see src/main/scripts/build-distribution.sh
+ see http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html -->
distribution
zip
@@ -24,25 +24,26 @@
dos
+
+ adds dependency jars to the distribution archive under the 'lib' directory
+ see pom.xml 'maven-dependency-plugin' declaration
${project.build.directory}/dependency
**/*.jar
lib
-
+ -->
+ 'docs/reference' directory
+ see pom.xml 'maven-javadoc-plugin' declaration -->
target/site/reference
docs/reference
+ see pom.xml 'maven-javadoc-plugin' declaration -->
target/site/apidocs
docs/javadoc
@@ -81,7 +82,7 @@
+ see pom.xml 'maven-source-plugin' declaration -->
org.springframework.integration:spring-integration-core
org.springframework.integration:spring-integration-event