From edda156d88419e5eb99be64a2c7ce056a7d7ddcb Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 12 Apr 2012 17:24:29 -0700 Subject: [PATCH] added gpg plugin --- pom.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/pom.xml b/pom.xml index 055c0c6d8bf..8d493d41f72 100644 --- a/pom.xml +++ b/pom.xml @@ -166,6 +166,75 @@ + + + release-profile + + true + + + + + org.scala-tools + maven-scala-plugin + + + + compile + testCompile + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + prepare-package + + add-source + + + + src/main/scala + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + +