From 6ddb3b64778ec9042af6309b3542d06c5eeaf225 Mon Sep 17 00:00:00 2001 From: Chris Lampley Date: Sat, 20 Apr 2019 09:41:33 -0500 Subject: [PATCH] Maven deploy --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 14f58acf3..50cde3178 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,33 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + + + default-deploy + deploy + + deploy + + + + + nexus-snapshots + http://localhost:8081/nexus/ + true + + @@ -235,6 +261,11 @@ false + + custom-nexus + Nexus Repo + http://127.0.0.1:8081/nexus/content/repositories/snapshots + @@ -255,5 +286,10 @@ - + + + nexus-snapshots + http://localhost:8081/nexus/content/repositories/snapshots + +