From 256eced06d1c157631aa5243403ef40d2f77fb4e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 30 Jan 2012 11:13:03 -0800 Subject: [PATCH] Prep for publishing to Maven Central. --- pom.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 85 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index caa36f1..45632de 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,40 @@ 4.0.0 - com.threerings - ooo-parent - 1.0 + org.sonatype.oss + oss-parent + 7 + com.threerings ooo-user jar 1.2-SNAPSHOT + ooo-user + A bunch of user management code used by OOO. + + + scm:git:git://github.com/threerings/ooo-user.git + ssh://src1.earth.threerings.net/export/git/repos/ooo-user.git + http://github.com/threerings/ooo-user + + + + + The (New) BSD License + http://www.opensource.org/licenses/bsd-license.php + repo + + + + + + samskivert + Michael Bayne + mdb@samskivert.com + + @@ -45,14 +70,69 @@ 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/ + + + + release-sign-artifacts + + performReleasetrue + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + + +