From b8c2e625b3d53d83da4976e4a17f6b72a76299c7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 7 May 2012 09:46:26 +0200 Subject: [PATCH] Polished pom.xml. Removed obsolete stuff as we're now deploying to Artifactory. --- pom.xml | 239 ++++++----------------------- spring-data-commons-core/pom.xml | 4 - spring-data-commons-parent/pom.xml | 151 ++++-------------- 3 files changed, 76 insertions(+), 318 deletions(-) diff --git a/pom.xml b/pom.xml index e0ac608c4..48f17e446 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.data spring-data-commons-dist @@ -74,52 +75,11 @@ UTF-8 - - spring-data-commons - Spring Data Commons - DATACMNS - ${project.version} - snapshot - ${dist.id}-${dist.version} - ${dist.finalName}.zip - target/${dist.fileName} - dist.springframework.org - - src/main/javadoc - false + src/main/javadoc + false - - - staging - - - spring-site-staging - file:///${java.io.tmpdir}/spring-data/data-commons/docs/${project.version} - - - spring-milestone-staging - file:///${java.io.tmpdir}/spring-data/data-commons/milestone - - - spring-snapshot-staging - file:///${java.io.tmpdir}/spring-data/data-commons/snapshot - - - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.1.0.RELEASE - - com.agilejava.docbkx @@ -146,15 +106,13 @@ index.xml true ${project.basedir}/src/docbkx/resources/xsl/fopdf.xsl - + css/html.css false ${project.basedir}/src/docbkx/resources/xsl/html.xsl - + version @@ -176,15 +134,15 @@ - + - + maven-assembly-plugin 2.2-beta-5 false @@ -204,137 +162,47 @@ + - org.apache.maven.plugins - maven-antrun-plugin - 1.4 + maven-javadoc-plugin + 2.8 - upload-dist - deploy - - - - - - - - run + javadoc + package - - - org.springframework.build - org.springframework.build.aws.ant - 3.0.5.RELEASE - - - net.java.dev.jets3t - jets3t - 0.7.2 - - - - - - maven-javadoc-plugin - 2.7 - - true - true -
Spring Data Commons
- 1.5 - protected - true - ${javadoc.loc} - ${javadoc.loc}/overview.html - ${javadoc.loc}/javadoc.css - true - - - - Spring Data Commons Core - org.springframework.data.commons.core* - - - Spring Data Commons Aspects - org.springframework.data.commons.aspects* - - - - http://static.springframework.org/spring/docs/3.0.x/javadoc-api - http://download.oracle.com/javase/6/docs/api/ - -
-
- -
- - ${dist.finalName} - -
- - - - - maven-source-plugin - 2.1.2 - - - - org.codehaus.mojo - jxr-maven-plugin - 2.0-beta-1 - - - - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.1 - - - Normal - Default - - ${findbugs.skip} - - - - - - - - org.codehaus.mojo - jdepend-maven-plugin - 2.0-beta-2 - - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.6 true + true +
Spring Data Commons
+ 1.5 + protected + true + ${javadoc.loc} + ${javadoc.loc}/overview.html + ${javadoc.loc}/spring-javadoc.css + true + + + Spring Data Commons Core + org.springframework.data.commons.core* + + + Spring Data Commons Aspects + org.springframework.data.commons.aspects* + + + + http://static.springframework.org/spring/docs/3.0.x/javadoc-api + http://download.oracle.com/javase/6/docs/api/ +
-
+
-
+ @@ -342,14 +210,8 @@ Spring Framework Maven Release Repository http://repo.springsource.org/release - - - repository.source.maven.release - SpringSource Maven Release Repository - http://repository.springsource.com/maven/bundles/release - - + spring-plugins @@ -358,21 +220,10 @@ - http://www.springsource.com/spring-data - static.springframework.org - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/snapshot-site + static.springframework.org + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot -
diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 696d8e87e..2a956d805 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -127,10 +127,6 @@ - - com.springsource.bundlor - com.springsource.bundlor.maven - com.mysema.maven maven-apt-plugin diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 127372768..18610c912 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -7,9 +7,9 @@ http://www.springsource.org/spring-data 1.3.0.BUILD-SNAPSHOT pom + UTF-8 - 4.8.1 1.2.16 1.8.5 @@ -23,30 +23,12 @@ http://www.springsource.com/download/community spring-docs - - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/snapshot-site - + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-commons/docs/${project.version} - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - + log4j log4j @@ -71,55 +53,6 @@ - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.1.0.RELEASE - - - - - ${project.basedir}/src/main/java - - **/* - - - **/*.java - **/*.aj - - - - ${project.basedir}/src/main/resources - - **/* - - - - - - ${project.basedir}/src/test/java - - **/* - - - **/*.java - - - - ${project.basedir}/src/test/resources - - **/* - - - **/*.java - - - org.apache.maven.plugins @@ -165,40 +98,35 @@ + + com.springsource.bundlor + com.springsource.bundlor.maven + 1.0.0.RELEASE + + true + + + + bundlor + + bundlor + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.1 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.RELEASE - - true - - - - bundlor - - bundlor - - - - - - @@ -215,21 +143,4 @@ - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.1 - - false - - - -