From ed041a75bc0f4d61fb674ab34ef8c1cc9b3850c1 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 20 Feb 2009 09:33:54 +0000 Subject: [PATCH] Tweak assembly so archetypes/sampels work --- archetypes/simple-cli/pom.xml | 10 ++++++++-- pom.xml | 23 ----------------------- src/assembly/docs.xml | 8 -------- src/assembly/no-dependencies.xml | 20 ++++++++++++++++++++ src/assembly/with-dependencies.xml | 23 ++++++++++++++++++++--- 5 files changed, 48 insertions(+), 36 deletions(-) diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 3b745b49b..1f41c353b 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -238,14 +238,20 @@ - com.springsource.repository.bundles.plugins + com.springsource.repository.bundles.milestone SpringSource Enterprise Bundle Repository - - SpringSource Bundle Plugins + SpringSource Bundle Milestones http://repository.springsource.com/maven/bundles/milestone false + + com.springsource.repository.bundles.snapshots + SpringSource Enterprise Bundle Repository - + SpringSource Bundle Snapshots + http://repository.springsource.com/maven/bundles/snapshot + http://www.springframework.org/download diff --git a/pom.xml b/pom.xml index 7e09f92c1..0ea9fcb12 100644 --- a/pom.xml +++ b/pom.xml @@ -608,21 +608,6 @@ SpringSource Bundle Snapshots http://repository.springsource.com/maven/bundles/snapshot - - spring-external - Spring External Repository - http://s3.amazonaws.com/maven.springframework.org/external - - false - - - - Codehaus Snapshots - http://snapshots.repository.codehaus.org/ - - never - - agilejava http://agilejava.com/maven @@ -630,13 +615,5 @@ false - - spring-external-svn - Spring External SVN Repository - https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext - - false - - diff --git a/src/assembly/docs.xml b/src/assembly/docs.xml index 55f3291a8..27fb0d236 100644 --- a/src/assembly/docs.xml +++ b/src/assembly/docs.xml @@ -9,13 +9,5 @@ notice.txt - - target - samples - - pom.xml - - unix - diff --git a/src/assembly/no-dependencies.xml b/src/assembly/no-dependencies.xml index dc39aa0b4..5e1bbd2f5 100644 --- a/src/assembly/no-dependencies.xml +++ b/src/assembly/no-dependencies.xml @@ -59,5 +59,25 @@ + + + + org.springframework.batch:org.springframework.batch.parent + + + + + samples/spring-batch-parent + + + + + bin/** + target/** + + + + + diff --git a/src/assembly/with-dependencies.xml b/src/assembly/with-dependencies.xml index 7cb36a807..db37a2ec3 100644 --- a/src/assembly/with-dependencies.xml +++ b/src/assembly/with-dependencies.xml @@ -61,9 +61,6 @@ - - org.springframework.batch:org.springframework.batch.parent - org.springframework.batch:org.springframework.batch.test @@ -88,6 +85,26 @@ + + + + org.springframework.batch:org.springframework.batch.parent + + + + + sources/spring-batch-parent + + + + + bin/** + target/** + + + + +