From 51e6a64a15ef911903a3ffdfd3c38b2e8c62ebb4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 2 Feb 2017 16:55:00 -0600 Subject: [PATCH] Added POM file changes for Nexus. --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index e842808d8..c6f265f68 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,25 @@ 2.7 + + + + nexus + http://localhost:8081/repository/maven-public/ + + + + + nexus-local + http://localhost:8081/repository/maven-snapshots + + + nexus-local + http://localhost:8081/repository/maven-releases + + + @@ -207,6 +225,16 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + false + + +