diff --git a/pom.xml b/pom.xml index 9c413622..5322df06 100644 --- a/pom.xml +++ b/pom.xml @@ -96,19 +96,82 @@ + + org.jfrog.buildinfo artifactory-maven-plugin false + + + + central + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + sonatype + https://oss.sonatype.org/ + false + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + + + + + + sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + +