From ef62031617b14dd65f25b0a44c338d9f8eefe1d1 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 2 Jun 2010 19:20:22 +0000 Subject: [PATCH] commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided. --- spring-integration-parent/pom.xml | 17 +++++++++++++++++ src/assembly/distribution.xml | 25 +++++++++++++------------ 2 files changed, 30 insertions(+), 12 deletions(-) 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