From cb1a02bb9f0b10a1985a8118168b040fd596d4ed Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 11 Dec 2007 16:16:30 +0000 Subject: [PATCH] CLOSED - issue BATCH-242: jar and source doesn't match http://opensource.atlassian.com/projects/spring/browse/BATCH-242 include samples, but exclude Maven meta data from no-deps release --- dist/pom.xml | 2 +- dist/src/assembly/no-dependencies.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dist/pom.xml b/dist/pom.xml index d1d6c9724..f0bf5c8e9 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -20,7 +20,7 @@ ../spring-batch-infrastructure ../spring-batch-core ../spring-batch-execution - ../spring-batch-samples + ../spring-batch-samples diff --git a/dist/src/assembly/no-dependencies.xml b/dist/src/assembly/no-dependencies.xml index 895aaf6bb..a16886501 100644 --- a/dist/src/assembly/no-dependencies.xml +++ b/dist/src/assembly/no-dependencies.xml @@ -33,5 +33,27 @@ + + + + org.springframework.batch:spring-batch-samples + + + + + samples/${artifactId} + + + + + bin/** + target/** + **/clover.license + *.xml + + + + +