diff --git a/pom.xml b/pom.xml index 2ce1e77d9..a34b58f29 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.batch spring-batch @@ -59,6 +60,7 @@ true 2.5.5 + 1.0.0.BUILD-SNAPSHOT @@ -73,7 +75,7 @@ static.springframework.org - scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch + scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch @@ -114,7 +116,10 @@ - + maven-site-plugin 2.0-beta-7-SNAPSHOT @@ -123,6 +128,33 @@ + + manifest + + false + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + ${bundlor.version} + + + bundlor-manifest + package + + manifest + + + ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF + + + + + + + mysql @@ -179,7 +211,8 @@ ]]> - + @@ -262,7 +295,8 @@ Creating Emma reports - + @@ -302,25 +336,51 @@ - org.apache.felix - maven-bundle-plugin - true + com.springsource.bundlor + com.springsource.bundlor.maven + ${bundlor.version} - manifest - - manifest - + bundlor-transform + package + + transform + + + + + + maven-javadoc-plugin + + + javadoc + package + + jar + - target/generated-resources/META-INF - - ${bundle.symbolic.name} - ${pom.version} - Spring Batch ${pom.name} - + + 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/pool/apidocs/ + http://jakarta.apache.org/commons/logging/apidocs/ + http://junit.sourceforge.net/javadoc/ + http://logging.apache.org/log4j/docs/api/ + http://jakarta.apache.org/regexp/apidocs/ + http://jakarta.apache.org/velocity/api/ + http://static.springframework.org/spring/docs/2.5.x/api/ + http://static.springframework.org/spring-batch/apidocs/ + http://static.springframework.org/spring-ws/site/apidocs/ + + true + *.batch.sample,*.batch.container @@ -378,6 +438,9 @@ + + maven-javadoc-plugin + @@ -652,27 +715,6 @@ html - - - http://java.sun.com/javaee/5/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://commons.apache.org/logging/commons-logging-1.1.1/apidocs/ - 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/ - http://static.springframework.org/spring/docs/2.5.x/api/ - http://static.springframework.org/spring-batch/apidocs/ - http://static.springframework.org/spring-ws/site/apidocs/ - - true - *.batch.sample,*.batch.container - javadoc @@ -731,16 +773,24 @@ com.springsource.repository.bundles.release - SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases + SpringSource Enterprise Bundle Repository - + SpringSource Bundle Releases http://repository.springsource.com/maven/bundles/release com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases + SpringSource Enterprise Bundle Repository - + External Bundle Releases http://repository.springsource.com/maven/bundles/external + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - + SpringSource Bundle Snapshots + http://repository.springsource.com/maven/bundles/snapshot + spring-external Spring External Repository @@ -756,4 +806,4 @@ https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext - + \ No newline at end of file