diff --git a/pom.xml b/pom.xml index aafea20..820ab5d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 9 - com.threerings ooo-user @@ -18,7 +13,7 @@ The (New) BSD License - http://www.opensource.org/licenses/bsd-license.php + https://opensource.org/license/BSD-2-Clause repo @@ -98,23 +93,17 @@ true public - - http://samskivert.github.com/samskivert/apidocs/ - http://docs.guava-libraries.googlecode.com/git/javadoc/ - -Xdoclint:all -Xdoclint:-missing - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - false - ossrh-releases - https://oss.sonatype.org/ - aa555c46fc37d0 + central + true @@ -122,12 +111,38 @@ - release-sign-artifacts + release-extras performReleasetrue + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-gpg-plugin