diff --git a/registration-processor/pom.xml b/registration-processor/pom.xml index 7b0ea730a7a..108513e41b8 100644 --- a/registration-processor/pom.xml +++ b/registration-processor/pom.xml @@ -297,7 +297,16 @@ - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + @@ -520,6 +529,47 @@ none + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + none + +