From 79d9d996e1c83193908ce9ffaf534da5b5e44427 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 13 Jan 2009 19:12:27 +0000 Subject: [PATCH] BATCH-818: add build-central subdir (not Eclipse project) --- build-central/pom.xml | 46 +++++++++++++++++++++++++++++++++++++++++++ pom.xml | 5 +++++ 2 files changed, 51 insertions(+) create mode 100644 build-central/pom.xml 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 +