From e468e2937a08a30fc2272fb3c2fd72b4e99b2cf9 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 8 May 2013 23:33:03 +0000 Subject: [PATCH] Add nexus-staging-maven-plugin; makes releases easier. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 9493405..c2f6628 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,18 @@ maven-deploy-plugin 2.5 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.4.4 + true + + https://oss.sonatype.org/ + sonatype-nexus-staging + + +