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 + + + +