From b8b4b628bf069474152419b0451c9f0165faa97e Mon Sep 17 00:00:00 2001 From: adinn Date: Tue, 20 Jul 2010 16:43:48 +0000 Subject: [PATCH] added final changes needed to allow installation to Sonatype repo git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@560 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 70718887..3ebfde05 100644 --- a/pom.xml +++ b/pom.xml @@ -143,9 +143,56 @@ true + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + true + + - + + centralRelease + + + + sonatype-releases-repository + Sonatype Releases Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + ${gpg.useAgent} + + + + sign-artifacts + verify + + sign + + + + + + + + jdk14 @@ -203,7 +250,7 @@ - + junit -- 2.39.5