BATCH-818: move build to sub directory
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -12,13 +12,7 @@
|
||||
<version>2.0.0.CI-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-batch-infrastructure</module>
|
||||
<module>spring-batch-infrastructure-tests</module>
|
||||
<module>spring-batch-core</module>
|
||||
<module>spring-batch-test</module>
|
||||
<module>spring-batch-samples</module>
|
||||
<!-- <module>spring-batch-integration</module>-->
|
||||
<module>docs</module>
|
||||
<module>build-maven</module>
|
||||
</modules>
|
||||
<url>http://www.springframework.org/spring-batch</url>
|
||||
<organization>
|
||||
@@ -767,6 +761,15 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>com.springsource.repository.bundles.milestone</id>
|
||||
<name>SpringSource Enterprise Bundle Repository -
|
||||
SpringSource Bundle Milestoness</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>com.springsource.repository.bundles.external</id>
|
||||
<name>SpringSource Enterprise Bundle Repository -
|
||||
|
||||
Reference in New Issue
Block a user