From bdb84d040545bfe2b11f5f6ea9be1cccadb086af Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 27 Apr 2007 21:45:46 +0000 Subject: [PATCH] Skeleton pom as a placeholder for main project. --- pom.xml | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..647ad1b60 --- /dev/null +++ b/pom.xml @@ -0,0 +1,219 @@ + + + + 4.0.0 + org.springframework.batch + batch + Spring Batch + + Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track + their execution, or simply as an optimisation for repetitive processing in a transactional environment. Spring + Batch is part of the Spring Portfolio. + + 1.0-SNAPSHOT + pom + http://static.springframework.org/spring-batch + + Interface 21 + http://www.interface21.com + + + https://svn.interface21.com/svn/i21/spring-batch/trunk + + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + true + + + + + deployment + + + static.springframework.org + + scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3 + + + + **/*Tests.java + + + **/Abstract*.java + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + junitreport + site + + + Creating JUnit reports + + + + + + + + + + + run + + + + cleandata + pre-site + + + Removing test data + + + + + + + + + run + + + + + + ant + ant-junit + 1.6.5 + + + + + maven-clean-plugin + + + + ${basedir} + + activemq-data + derby-home + amqstore + .clover + surefire* + + false + + + + + + + + + + apache + http://people.apache.org/maven-snapshot-repository + + + + + + spring + https://svn.sourceforge.net/svnroot/springframework/repos/repo + + + spring-ext + https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext + + + + + true + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + com.interface21.maven + maven-external-report-plugin + 1.0 + + JUnit Report + JUnit test results for this project + junit-reports + + + + org.codehaus.mojo + jdepend-maven-plugin + + + maven-javadoc-plugin + + + http://java.sun.com/j2ee/1.4/docs/api + http://java.sun.com/j2se/1.5.0/docs/api + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ + http://jakarta.apache.org/commons/dbcp/apidocs/ + http://jakarta.apache.org/commons/fileupload/apidocs/ + http://jakarta.apache.org/commons/httpclient/apidocs/ + http://jakarta.apache.org/commons/logging/api/ + http://jakarta.apache.org/commons/pool/apidocs/ + http://www.junit.org/junit/javadoc/ + http://logging.apache.org/log4j/docs/api/ + http://jakarta.apache.org/regexp/apidocs/ + http://jakarta.apache.org/velocity/api/ + + + + + + + + + dsyer + Dave Syer + dsyer@interface21.com + + + + \ No newline at end of file