From 45b0891629e8367436511d63aa4c92b5d7c8d4aa Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 14 Oct 2010 20:24:12 +0000 Subject: [PATCH] Provisional POM for building (and publishing) Narya via Maven. Nothing to sea here, keep clam. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6195 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- pom.xml | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..ff32dbd07 --- /dev/null +++ b/pom.xml @@ -0,0 +1,185 @@ + + + 4.0.0 + com.threerings + narya + jar + 1.0-SNAPSHOT + narya + Facilities for making networked multiplayer games. + http://code.google.com/p/narya/ + + http://code.google.com/p/narya/issues/list + + + + org.sonatype.oss + oss-parent + 5 + + + + + GNU Lesser General Public License (LGPL), Version 2.1 + http://www.fsf.org/licensing/licenses/lgpl.txt + repo + + + + + + samskivert + Michael Bayne + mdb@samskivert.com + + + + + scm:svn:http://narya.googlecode.com/svn/trunk/ + scm:svn:https://narya.googlecode.com/svn/trunk/ + http://narya.googlecode.com/svn/trunk/ + + + + + com.samskivert + samskivert + 1.1-SNAPSHOT + compile + + + com.samskivert + depot + 1.0 + compile + true + + + org.apache.velocity + velocity + 1.6.4 + compile + true + + orooro + com.sun.jmxjmxri + orooro + junitjunit + + + + com.google.inject + guice + 2.0 + compile + + + com.google.gwt + gwt-user + 2.0.4 + compile + true + + + javassist + javassist + 3.8.0.GA + compile + true + + + net.sf.ehcache + ehcache + 1.6.0 + compile + true + + + com.threerings + gwt-utils + 1.0 + compile + true + + + org.apache.ant + ant + 1.7.1 + provided + + + + + + org.apache.maven.plugins + maven-compiler-plugin + RELEASE + + 1.6 + 1.6 + true + true + true + + -Xlint" "-Xlint:-serial" "-Xlint:-path + + + + org.apache.maven.plugins + maven-resources-plugin + RELEASE + + UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + RELEASE + + true + public + + http://samskivert.googlecode.com/svn/apidocs/ + http://depot.googlecode.com/svn/apidocs/ + http://guava-libraries.googlecode.com/svn/trunk/javadoc/ + http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/ + http://evgeny-goldin.org/ant/api/ + + + + + org.apache.maven.plugins + maven-gpg-plugin + RELEASE + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + org.apache.maven.plugins + maven-jar-plugin + RELEASE + + + org.apache.maven.plugins + maven-install-plugin + RELEASE + + + org.apache.maven.plugins + maven-deploy-plugin + RELEASE + + + +