diff --git a/pom.xml b/pom.xml index e31c6200..d5e0eeab 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,5 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - com.cybersource cybersource-rest-client-java @@ -18,7 +13,7 @@ scm:git:https://github.com/CyberSource/cybersource-rest-client-java.git scm:git:https://github.com/CyberSource/cybersource-rest-client-java.git https://github.com/CyberSource/cybersource-rest-client-java.git - + @@ -146,26 +141,26 @@ org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 + maven-source-plugin + 2.2.1 - attach-javadocs + attach-sources - jar + jar-no-fork org.apache.maven.plugins - maven-source-plugin - 2.2.1 + maven-javadoc-plugin + 2.10.4 - attach-sources + attach-javadocs - jar-no-fork + jar @@ -174,27 +169,62 @@ - - sign-artifacts - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - - + + release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + + enforce-maven + + enforce + + + + + 2.2.0 + + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + required + false + sonatype-nexus-staging + + + + + +