prepare project layout for 2.0.0.RC1
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
<component>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>src/assembly</directory>
|
||||
<outputDirectory></outputDirectory>
|
||||
<includes>
|
||||
<include>src/assembly/license.txt</include>
|
||||
<include>src/assembly/notice.txt</include>
|
||||
<include>license.txt</include>
|
||||
<include>notice.txt</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<moduleSets>
|
||||
<moduleSet>
|
||||
<includes>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</include>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
</include>
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<moduleSets>
|
||||
<moduleSet>
|
||||
<includes>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</include>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
</include>
|
||||
@@ -58,6 +61,9 @@
|
||||
</moduleSet>
|
||||
<moduleSet>
|
||||
<includes>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</include>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
</include>
|
||||
@@ -84,6 +90,9 @@
|
||||
</moduleSet>
|
||||
<moduleSet>
|
||||
<includes>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</include>
|
||||
<include>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
</include>
|
||||
@@ -106,7 +115,7 @@
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</exclude>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
@@ -146,7 +155,7 @@
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</exclude>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
@@ -166,7 +175,7 @@
|
||||
<scope>provided</scope>
|
||||
<excludes>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</exclude>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
@@ -186,7 +195,7 @@
|
||||
<scope>test</scope>
|
||||
<excludes>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch
|
||||
org.springframework.batch:org.springframework.batch.parent
|
||||
</exclude>
|
||||
<exclude>
|
||||
org.springframework.batch:org.springframework.batch.test
|
||||
|
||||
Reference in New Issue
Block a user