From 0f334cd77f3f10bd61d1fb5a7413ca6b20021e0c Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 12 Jun 2014 09:56:18 -0400 Subject: [PATCH] Add nexus-staging-maven-plugin to ease deployment to maven central --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 5959b98..b9330ad 100755 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,17 @@ false + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + +