From 283d4c98fac7645aaf33ebf40e0df1f63288e67e Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 2 Nov 2010 17:45:55 +0200 Subject: [PATCH] trying to reduce duplication between the different poms --- pom.xml | 176 ++++------------------- spring-datastore-keyvalue-parent/pom.xml | 139 +++++++++++++++--- spring-datastore-redis/pom.xml | 1 - 3 files changed, 143 insertions(+), 173 deletions(-) diff --git a/pom.xml b/pom.xml index b1a5baf01..cf1629d6d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,110 +11,19 @@ spring-datastore-keyvalue-parent spring-datastore-keyvalue-core spring-datastore-redis - + - - - mpollack - Mark Pollack - mpollack at vmware.com - SpringSource - http://www.SpringSource.com - - Project Admin - Developer - - -5 - - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - Copyright 2010 the original author or authors. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - See the License for the specific language governing permissions and - limitations under the License. - - - - - - UTF-8 - - spring-datastore-keyvalue - Spring Datastore Key-Value - DATADOC - ${project.version} - snapshot - ${dist.id}-${dist.version} - ${dist.finalName}.zip - target/${dist.fileName} - dist.springframework.org - - - - - staging - - - spring-site-staging - file:///${java.io.tmpdir}/spring-data/datastore-keyvalue/docs/${project.version} - - - spring-milestone-staging - file:///${java.io.tmpdir}/spring-data/datastore-keyvalue/milestone - - - spring-snapshot-staging - file:///${java.io.tmpdir}/spring-data/datastore-keyvalue/snapshot - - - - - - - http://www.springsource.com/download/community - - spring-site - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-keyvalue/docs/${project.version} - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - org.springframework.build.aws org.springframework.build.aws.maven 2.0.0.RELEASE + + css/html.css - false ${project.basedir}/src/docbkx/resources/xsl/html.xsl - version @@ -175,39 +78,10 @@ failonerror="false" /> - + - maven-javadoc-plugin - 2.5 - - - aggregate - - aggregate - - package - - true - true -
Spring Datastore Key-Value
- 1.5 - true - ${project.basedir}/src/main/javadoc - ${project.basedir}/src/main/javadoc/overview.html - ${project.basedir}/src/main/javadoc/spring-javadoc.css - - true - - http://static.springframework.org/spring/docs/3.0.x/javadoc-api - http://java.sun.com/javase/6/docs/api - -
-
-
-
- + see http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html maven-assembly-plugin 2.2-beta-5 false @@ -261,26 +135,30 @@
- + ${dist.finalName} + --> + +
- + + + + http://www.springsource.com/spring-data + + static.springframework.org + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-keyvalue/site/${project.version} + - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - - repository.source.maven.release - SpringSource Maven Release Repository - http://repository.springsource.com/maven/bundles/release - - + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + \ No newline at end of file diff --git a/spring-datastore-keyvalue-parent/pom.xml b/spring-datastore-keyvalue-parent/pom.xml index 1ecbbefdc..2f3b0974b 100644 --- a/spring-datastore-keyvalue-parent/pom.xml +++ b/spring-datastore-keyvalue-parent/pom.xml @@ -8,6 +8,7 @@ http://www.springsource.org/spring-data/datastore-keyvalue 1.0.0.BUILD-SNAPSHOT pom + UTF-8 @@ -16,7 +17,70 @@ 1.8.4 1.5.10 3.0.4.RELEASE + + spring-datastore-keyvalue + Spring Datastore Key-Value + DATADOC + ${project.version} + snapshot + ${dist.id}-${dist.version} + ${dist.finalName}.zip + target/${dist.fileName} + dist.springframework.org + + + + + + mpollack + Mark Pollack + mpollack at vmware.com + SpringSource + http://www.SpringSource.com + + Project Admin + Developer + + -5 + + + cleau + Costin Leau + cleau at vmware.com + SpringSource + http://www.SpringSource.com + + Developer + + +2 + + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + Copyright 2010 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + strict @@ -53,24 +117,7 @@ - - - http://www.springsource.com/spring-data - - static.springframework.org - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-keyvalue/site/${project.version} - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - + org.springframework.build.aws org.springframework.build.aws.maven 2.0.0.RELEASE @@ -297,6 +340,35 @@ + + maven-javadoc-plugin + 2.5 + + + aggregate + + aggregate + + package + + true + true +
Spring Datastore Key-Value
+ 1.5 + true + ${project.basedir}/src/main/javadoc + ${project.basedir}/src/main/javadoc/overview.html + ${project.basedir}/src/main/javadoc/spring-javadoc.css + + true + + http://static.springframework.org/spring/docs/3.0.x/javadoc-api + http://java.sun.com/javase/6/docs/api + +
+
+
+
@@ -332,6 +404,7 @@ + @@ -382,4 +455,24 @@ - + + + + http://www.springsource.com/spring-data + + static.springframework.org + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/datastore-keyvalue/site/${project.version} + + + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + + \ No newline at end of file diff --git a/spring-datastore-redis/pom.xml b/spring-datastore-redis/pom.xml index 68d2cabda..e88a04f15 100644 --- a/spring-datastore-redis/pom.xml +++ b/spring-datastore-redis/pom.xml @@ -116,7 +116,6 @@ 1.0.0.M1 compile -