From 03a66691cc3aa9c1bd6e31eefc723f3b4d4599d1 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 2 May 2011 16:15:59 +0000 Subject: [PATCH] Use gpg plugin to deploy --- gwtquery-core-2.0.1/pom.xml | 22 +++++++++++++--------- gwtquery-core-2.1.0/pom.xml | 22 +++++++++++++--------- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 15348f29..32b207b6 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -39,12 +39,19 @@ maven-deploy-plugin + + true + + + + + maven-gpg-plugin deploy-jar deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}.jar @@ -55,14 +62,14 @@ ${groupId} ${version} ${artifactId} - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml deploy-src deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar @@ -73,14 +80,14 @@ ${groupId} ${version} ${artifactId}-sources - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml deploy-doc deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar @@ -91,13 +98,10 @@ ${groupId} ${version} ${artifactId}-javadoc - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml - - true - diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index edef75e9..9b3c5295 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -39,12 +39,19 @@ maven-deploy-plugin + + true + + + + + maven-gpg-plugin deploy-jar deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}.jar @@ -55,14 +62,14 @@ ${groupId} ${version} ${artifactId} - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml deploy-src deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar @@ -73,14 +80,14 @@ ${groupId} ${version} ${artifactId}-sources - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml deploy-doc deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar @@ -91,13 +98,10 @@ ${groupId} ${version} ${artifactId}-javadoc - true + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml - - true - -- 2.39.5