From 9e52e9f1209ef07a607be6a689b6789402335783 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 11:06:47 -0700 Subject: Adding release plugins to pom.xml --- pom.xml | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f4c5757..38ee85a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,28 @@ 1.8 + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + v@{project.version} + false + release + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + + @@ -60,4 +82,61 @@ scm:git:git@github.com:PuyallupFoursquare/ccb-api-client-java.git scm:git:git@github.com:PuyallupFoursquare/ccb-api-client-java.git + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + -- cgit v1.2.3