From 4163e0cee272fa560c358ececf53ee94c1c9bb1c Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 2 May 2011 15:44:26 +0000 Subject: [PATCH] prepare for releasing M1 --- devtest/pom.xml | 2 +- gwtquery-core-2.0.1/pom.xml | 71 +++++++++++++++++++++++++++++++++++-- gwtquery-core-2.1.0/pom.xml | 71 +++++++++++++++++++++++++++++++++++-- gwtquery-core/pom.xml | 4 +-- pom.xml | 14 ++++---- samples/pom.xml | 2 +- 6 files changed, 146 insertions(+), 18 deletions(-) diff --git a/devtest/pom.xml b/devtest/pom.xml index 934fd945..a5c6c8c7 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT devtest diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 3ca63448..13f1e92b 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId @@ -41,6 +41,7 @@ maven-deploy-plugin + deploy-jar deploy deploy-file @@ -55,12 +56,47 @@ ${version} ${artifactId} true - ${repoUniqueVers} + + + + deploy-src + deploy + + deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-sources + true + + + + deploy-doc + deploy + + deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-javadoc + true - true + true @@ -82,6 +118,34 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + prepare-package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + source + prepare-package + + jar + + + + + org.codehaus.mojo build-helper-maven-plugin @@ -100,6 +164,7 @@ + diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index e7a7c180..62eb7d1d 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT Generates an artifact compiled with a concrete gwt version specified in the artifactId @@ -41,6 +41,7 @@ maven-deploy-plugin + deploy-jar deploy deploy-file @@ -55,12 +56,47 @@ ${version} ${artifactId} true - ${repoUniqueVers} + + + + deploy-src + deploy + + deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-sources + true + + + + deploy-doc + deploy + + deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-javadoc + true - true + true @@ -82,6 +118,34 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + prepare-package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + source + prepare-package + + jar + + + + + org.codehaus.mojo build-helper-maven-plugin @@ -100,6 +164,7 @@ + diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index c3f11458..eb20073e 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT gwtquery @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-surefire-plugin - false + true ${project.build.sourceDirectory} diff --git a/pom.xml b/pom.xml index 1f5045af..65145599 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT Gwt Query Project http://gwtquery.com GwtQuery is a jQuery clone written in GWT. @@ -165,18 +165,16 @@ OBF 2.2.0 - https://oss.sonatype.org/content/repositories/snapshots - sonatype-nexus-snapshots - false + sonatype-nexus-staging + http://oss.sonatype.org/service/local/staging/deploy/maven2 - prod + snap - sonatype-nexus-staging - http://oss.sonatype.org/service/local/staging/deploy/maven2 - true + https://oss.sonatype.org/content/repositories/snapshots + sonatype-nexus-snapshots diff --git a/samples/pom.xml b/samples/pom.xml index 2a4b2f86..d9773ee3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M1-SNAPSHOT GwtQuery Samples -- 2.39.5