From 56e38f71910d3ab8aac9b177fb7f2d2c411ab0e5 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 28 Feb 2018 06:53:44 +0000 Subject: [PATCH] Add javadoc, source and nexus-staging plugins --- pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/pom.xml b/pom.xml index 0efbfac..79a4adc 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,10 @@ UTF-8 1.8 + 3.0.0 + 3.0.1 1.6 + 1.6.8 @@ -53,12 +56,47 @@ release + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + package + + jar-no-fork + + + + + org.apache.maven.plugins maven-gpg-plugin ${maven-gpg-plugin.version} ${gpg.passphrase} + + --batch + --pinentry-mode + loopback + @@ -70,6 +108,18 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + sonatype-nexus + https://oss.sonatype.org/ + false + +