From: James William Dumay Date: Sun, 11 May 2008 07:07:36 +0000 (+0000) Subject: Configured release profile, gpg, source and javadoc on release. X-Git-Tag: archiva-parent-3~1^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb4f1810d62a1492dfb76318078dcb5349301f30;p=archiva.git Configured release profile, gpg, source and javadoc on release. git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655268 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/pom.xml b/pom.xml index 318a7d25f..4b4baf0ec 100644 --- a/pom.xml +++ b/pom.xml @@ -122,23 +122,55 @@ --> + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - @@ -152,6 +184,11 @@ maven-gpg-plugin 1.0-alpha-4 + + org.apache.maven.plugins + maven-javadoc-plugin + 2.3 + org.apache.maven.plugins maven-release-plugin @@ -165,6 +202,11 @@ maven-site-plugin 2.0-beta-5 + + org.apache.maven.plugins + maven-source-plugin + 2.0.3 +