diff --git a/build-central/pom.xml b/build-central/pom.xml new file mode 100644 index 000000000..b1dd0aed5 --- /dev/null +++ b/build-central/pom.xml @@ -0,0 +1,46 @@ + + + 4.0.0 + org.springframework.batch.build.central + Distribution + pom + +Spring Batch Maven Central Build - used to build Maven artifacts for the central repository + + + + org.springframework.batch + org.springframework.batch + 2.0.0.CI-SNAPSHOT + .. + + + + + install + + false + + + + + com.springsource.build + com.springsource.build.converter + 1.0-SNAPSHOT + + + create-build + initialize + + create-build + + + + + + + + + + diff --git a/pom.xml b/pom.xml index a7dab54e9..672b2ceaf 100644 --- a/pom.xml +++ b/pom.xml @@ -529,6 +529,11 @@ org.objectweb.asm com.springsource.org.objectweb.asm.attrs + + + javax.transaction + jta +