From ffa19bdd20239183d8e86ef565e7db2e46a62d75 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 11 Dec 2007 15:30:37 +0000 Subject: [PATCH] OPEN - issue BATCH-242: jar and source doesn't match http://opensource.atlassian.com/projects/spring/browse/BATCH-242 Fix assembly (dist) so that sources and classes jars are included as-is (instead of trying to build them). --- dist/.project | 11 +++++++ dist/pom.xml | 8 ++--- dist/src/assembly/no-dependencies.xml | 44 +++++++++++++-------------- 3 files changed, 36 insertions(+), 27 deletions(-) create mode 100644 dist/.project diff --git a/dist/.project b/dist/.project new file mode 100644 index 000000000..78f38838c --- /dev/null +++ b/dist/.project @@ -0,0 +1,11 @@ + + + dist + + + + + + + + diff --git a/dist/pom.xml b/dist/pom.xml index e013da294..d1d6c9724 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -17,10 +17,10 @@ - ../infrastructure - ../core - ../execution - ../samples + ../spring-batch-infrastructure + ../spring-batch-core + ../spring-batch-execution + ../spring-batch-samples diff --git a/dist/src/assembly/no-dependencies.xml b/dist/src/assembly/no-dependencies.xml index db89d36ab..895aaf6bb 100644 --- a/dist/src/assembly/no-dependencies.xml +++ b/dist/src/assembly/no-dependencies.xml @@ -10,30 +10,28 @@ - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure + + org.springframework.batch:spring-batch-core + + + org.springframework.batch:spring-batch-execution + + + org.springframework.batch:spring-batch-infrastructure + - - false - dist/${artifactId}-${version}.${extension} - false - - - - - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}-sources.${extension} - false - - target/${artifactId}-${version}-sources.${extension} - - + + false + + + target + dist + + *.jar + + + +