From e43d84211ec2342e3cd4d4bc6bdf4aff7655578e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 8 May 2013 16:32:13 -0700 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 9761d9cd..eddcd3bf 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,18 @@ maven-deploy-plugin 2.5 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.4.4 + true + + https://oss.sonatype.org/ + sonatype-nexus-staging + + +