diff --git a/pom.xml b/pom.xml
index 29a742a2b9..b1c248ee6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,22 +31,36 @@
UTF-8
+
+ spring-integration
+ Spring Integration
+ INT
+ ${project.version}
+ snapshot
+ ${dist.id}-${dist.version}
+ ${dist.finalName}.zip
+ target/${dist.fileName}
+ dist.springframework.org
+
staging
- staging
- file:///${java.io.tmpdir}/target/site
+ spring-site-staging
+ file:///${java.io.tmpdir}/spring-integration/docs/${project.version}
- staging
- file:///${java.io.tmpdir}/target/repository
+ spring-milestone-staging
+ file:///${java.io.tmpdir}/spring-integration/milestone
- staging
- file:///${java.io.tmpdir}/target/snapshotRepository
+ spring-snapshot-staging
+ file:///${java.io.tmpdir}/spring-integration/snapshot
@@ -214,6 +228,39 @@
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.4
+
+
+ upload-dist
+ deploy
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+
+ org.springframework.build
+ org.springframework.build.aws.ant
+ 3.0.5.RELEASE
+
+
+ net.java.dev.jets3t
+ jets3t
+ 0.7.2
+
+
+
diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml
index 0d51df82ae..85235d7819 100644
--- a/spring-integration-parent/pom.xml
+++ b/spring-integration-parent/pom.xml
@@ -45,36 +45,37 @@
staging
- staging
- file:///${java.io.tmpdir}/target/site
+ spring-site-staging
+ file:///${java.io.tmpdir}/spring-integration/docs/${project.version}
- staging
- file:///${java.io.tmpdir}/target/repository
+ spring-milestone-staging
+ file:///${java.io.tmpdir}/spring-integration/milestone
- staging
- file:///${java.io.tmpdir}/target/snapshotRepository
+ spring-snapshot-staging
+ file:///${java.io.tmpdir}/spring-integration/snapshot
- http://static.springframework.org/spring-integration/site/downloads/releases.html
+ http://www.springsource.com/download/community
+
+ spring-docs
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-integration/docs/${project.version}
+
- local
- file://${java.io.tmpdir}/spring-integration-repo
+ spring-milestone
+ Spring Milestone Repository
+ s3://maven.springframework.org/milestone
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}
-