diff --git a/pom.xml b/pom.xml index 0755b8da..2f7e33eb 100644 --- a/pom.xml +++ b/pom.xml @@ -497,6 +497,68 @@ oss-release + + + central-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.10.0 + true + + central + false + validated + + + + +