From a238832fa68c19ca5a9767c8fca2ed975cf27d1f Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Wed, 30 Dec 2015 00:01:32 +0100 Subject: [PATCH] QFJ-846 : Upload release to Maven/Sonatype (add signing profile) --- pom.xml | 69 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 245fbd1e8d..b30fb781db 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ - + scm:git:git://github.com/quickfix-j/quickfixj.git scm:git:git@github.com:quickfix-j/quickfixj.git @@ -40,7 +40,7 @@ - + Luca Burgazzoli https://github.com/lburgazzoli @@ -86,7 +86,7 @@ 2.8.2 1.6.6 - + @@ -104,9 +104,9 @@ org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin-version} - - ${jdkLevel} - ${jdkLevel} + + ${jdkLevel} + ${jdkLevel} @@ -230,28 +230,41 @@ - - release - - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.maven.plugins - maven-gpg-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - + + release + + false + + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + + + sign + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + + +