diff --git a/pom.xml b/pom.xml index 5597380b..b1886410 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,11 @@ maven-failsafe-plugin 3.0.0-M7 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + org.apache.maven.plugins maven-deploy-plugin @@ -278,6 +283,21 @@ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://s01.oss.sonatype.org/ + true + ${maven.deploy.skip} + + + +