From 40d9aedca982d7543f2561da4141258e206bbce3 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 5 Jan 2015 13:34:27 -0800 Subject: [PATCH] Add nexus-staging-maven-plugin --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index abbea76..3d2dc18 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,13 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + @@ -173,6 +180,17 @@ 1.7 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + +