Add projects to dist so that release can be done from there
This commit is contained in:
@@ -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
8
dist/pom.xml
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user