From 145cde5e8e0ac80c5a5300ae209976d9a12d7154 Mon Sep 17 00:00:00 2001 From: Jason Eric Klaes Hoetger Date: Fri, 30 Jan 2015 21:14:34 -0800 Subject: [PATCH] Added OSSRH release configuration --- pom.xml | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5f0eed127..18fe49efb 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.sonatype.oss oss-parent - 7 + 9 @@ -40,6 +40,17 @@ git@github.com:lightbody/browsermob-proxy.git + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + UTF-8 UTF-8 @@ -61,7 +72,6 @@ release - @@ -106,6 +116,17 @@ + + org.apache.maven.plugins + maven-release-plugin + 2.5.1 + + true + false + release + deploy + + @@ -174,6 +195,16 @@ + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + +