[BATCH-235] Created a parent POM to remove cycle in assembly creation

This commit is contained in:
nebhale
2007-12-03 15:55:28 +00:00
parent 83864542d3
commit 246e952dde
10 changed files with 495 additions and 349 deletions

View File

@@ -10,6 +10,7 @@
<moduleSets>
<moduleSet>
<includes>
<include>org.springframework.batch:spring-batch-parent</include>
<include>org.springframework.batch:spring-batch-core</include>
<include>org.springframework.batch:spring-batch-execution</include>
<include>org.springframework.batch:spring-batch-infrastructure</include>
@@ -22,6 +23,7 @@
</moduleSet>
<moduleSet>
<includes>
<include>org.springframework.batch:spring-batch-parent</include>
<include>org.springframework.batch:spring-batch-core</include>
<include>org.springframework.batch:spring-batch-execution</include>
<include>org.springframework.batch:spring-batch-infrastructure</include>

View File

@@ -10,6 +10,7 @@
<moduleSets>
<moduleSet>
<includes>
<include>org.springframework.batch:spring-batch-parent</include>
<include>org.springframework.batch:spring-batch-core</include>
<include>org.springframework.batch:spring-batch-execution</include>
<include>org.springframework.batch:spring-batch-infrastructure</include>
@@ -22,6 +23,7 @@
</moduleSet>
<moduleSet>
<includes>
<include>org.springframework.batch:spring-batch-parent</include>
<include>org.springframework.batch:spring-batch-core</include>
<include>org.springframework.batch:spring-batch-execution</include>
<include>org.springframework.batch:spring-batch-infrastructure</include>
@@ -38,6 +40,7 @@
<outputFileNameMapping>sources/lib/${groupId}/${artifactId}-${version}.${extension}</outputFileNameMapping>
<scope>runtime</scope>
<excludes>
<exclude>org.springframework.batch:spring-batch-parent</exclude>
<exclude>org.springframework.batch:spring-batch-core</exclude>
<exclude>org.springframework.batch:spring-batch-execution</exclude>
<exclude>org.springframework.batch:spring-batch-infrastructure</exclude>
@@ -74,6 +77,7 @@
<outputFileNameMapping>samples/lib/${groupId}/${artifactId}-${version}.${extension}</outputFileNameMapping>
<scope>runtime</scope>
<excludes>
<exclude>org.springframework.batch:spring-batch-parent</exclude>
<exclude>org.springframework.batch:spring-batch-core</exclude>
<exclude>org.springframework.batch:spring-batch-execution</exclude>
<exclude>org.springframework.batch:spring-batch-infrastructure</exclude>