From 76ef6f1f970da3fde07b08a03857d71fd2895e5d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Oct 2011 10:16:52 -0700 Subject: [PATCH] We're a public project so we need the SonaType parent, not ooo-parent. --- pom.xml | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f3de546..21d408e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.threerings - ooo-parent - 1.0 + org.sonatype.oss + oss-parent + 7 + com.threerings ooo-util jar 1.0-SNAPSHOT @@ -37,14 +38,99 @@ org.apache.maven.plugins - maven-javadoc-plugin + maven-compiler-plugin + 2.3.2 + 1.6 + 1.6 + true + true + true + + -Xlint" "-Xlint:-serial" "-Xlint:-path + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + true + public - http://samskivert.googlecode.com/svn/apidocs/ + http://samskivert.github.com/samskivert/apidocs/ http://docs.guava-libraries.googlecode.com/git/javadoc/ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0,) + + enforce + + + + + + + + + + + + + + + + release-sign-artifacts + + performReleasetrue + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + + +