From c00dc27433a6279ab0a2651d00c2350ef9c3e4da Mon Sep 17 00:00:00 2001 From: fangyidong Date: Fri, 23 Mar 2012 15:47:54 +0000 Subject: [PATCH] Generate source jar and gpg sign --- pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/pom.xml b/pom.xml index eaa330d..62b931a 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,52 @@ 1.2 + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + +