From 30c8fb162d943da91d0839379390b97b4d5024f0 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 22 Oct 2010 21:23:20 +0000 Subject: [PATCH] Updated the POM and modified the Ant build to obtain dependencies from the POM. That's now the canonical place to list the dependencies, which will make eventual publishing of Narya to Maven Central easier, and will make using things like m2eclipse smoother. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6223 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 19 ++---------- pom.xml | 87 +++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 58 insertions(+), 48 deletions(-) diff --git a/build.xml b/build.xml index 8d418312f..22fe04d75 100644 --- a/build.xml +++ b/build.xml @@ -24,21 +24,9 @@ - - - - - - - - - - - - - - - + + + @@ -54,7 +42,6 @@ - diff --git a/pom.xml b/pom.xml index ff32dbd07..2e9b94427 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,17 @@ + + com.samskivert + jmustache + 1.0 + compile + true + com.samskivert samskivert - 1.1-SNAPSHOT + 1.1 compile @@ -54,19 +61,6 @@ compile true - - org.apache.velocity - velocity - 1.6.4 - compile - true - - orooro - com.sun.jmxjmxri - orooro - junitjunit - - com.google.inject guice @@ -107,13 +101,19 @@ 1.7.1 provided + + junit + junit + 4.8.1 + test + org.apache.maven.plugins maven-compiler-plugin - RELEASE + 2.3.2 1.6 1.6 @@ -127,7 +127,7 @@ org.apache.maven.plugins maven-resources-plugin - RELEASE + 2.4.3 UTF-8 @@ -135,7 +135,7 @@ org.apache.maven.plugins maven-javadoc-plugin - RELEASE + 2.7 true public @@ -150,36 +150,59 @@ org.apache.maven.plugins - maven-gpg-plugin - RELEASE - - - sign-artifacts - verify - - sign - - - + maven-surefire-plugin + 2.6 - mdb@samskivert.com + + com/threerings/**/*Test.java + org.apache.maven.plugins maven-jar-plugin - RELEASE + 2.3.1 org.apache.maven.plugins maven-install-plugin - RELEASE + 2.3.1 org.apache.maven.plugins maven-deploy-plugin - RELEASE + 2.5 + + + + release-sign-artifacts + + performReleasetrue + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + + +