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 + + + + + +