Add projects to dist so that release can be done from there

This commit is contained in:
dsyer
2009-01-28 12:40:45 +00:00
parent 2be012fa4c
commit 4e175ee1de
2 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.springframework.batch.build.central</artifactId>
<name>Distribution</name>
<name>Central Build</name>
<packaging>pom</packaging>
<description>
Spring Batch Maven Central Build - used to build Maven artifacts for the central repository

8
dist/pom.xml vendored
View File

@@ -48,11 +48,13 @@
</profiles>
<modules>
<module>../spring-batch-infrastructure</module>
<module>../spring-batch-core</module>
<module>../spring-batch-test</module>
<module>..</module>
<module>../spring-batch-samples</module>
<module>../archetypes</module>
<module>../spring-batch-infrastructure-tests</module>
<module>../spring-batch-integration</module>
<module>../docs</module>
<module>../build-central</module>
</modules>
<build>