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 + +