From: Eric Hartmann Date: Tue, 12 Mar 2013 07:29:01 +0000 (+0100) Subject: Add release profile to sign and deploy javadoc X-Git-Tag: 2.5-rc1~186 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc11d5ba5231d8c3fae02b10f99ca3d5c2e0dd6a;p=sonar-scanner-cli.git Add release profile to sign and deploy javadoc --- diff --git a/pom.xml b/pom.xml index 3765645..20c328e 100644 --- a/pom.xml +++ b/pom.xml @@ -57,4 +57,40 @@ 3.5-RC3 true + + + + release + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + +