From 93702f89499d09309575b37998972e26ac0c6adc Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 7 Jan 2016 10:48:17 +0000 Subject: [PATCH] Fix bad javadoc and sources signatures during deploy [#5] The javadoc and sources jar files were being signed before they were built. Order of build plugins in release profile modified to sign them after they are created. Signed-off-by: Paul Campbell --- pom.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3eadd08..0a08f16 100644 --- a/pom.xml +++ b/pom.xml @@ -61,23 +61,21 @@ + org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - ${gpg.passphrase} - + maven-javadoc-plugin + 2.10.3 - sign-artifacts + attach-javadocs verify - sign + jar - + org.apache.maven.plugins @@ -96,18 +94,21 @@ org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 + maven-gpg-plugin + 1.6 + + ${gpg.passphrase} + - attach-javadocs + sign-artifacts verify - jar + sign - + org.apache.maven.plugins