From 72f9dadc6966667eba4273cc8ee27eba16282a4e Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 28 Jul 2010 16:23:10 +0000 Subject: [PATCH] Add upload-dist functionality --- pom.xml | 59 +++++++++++++++++++++++++++---- spring-integration-parent/pom.xml | 27 +++++++------- src/ant/upload-dist.xml | 20 +++++++++++ 3 files changed, 87 insertions(+), 19 deletions(-) create mode 100644 src/ant/upload-dist.xml 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} -