From 61cbafcefbfc23b09df6d419a47e3207e5a3c361 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 4 Apr 2011 04:59:45 +0000 Subject: [PATCH] When building via Maven, skip the tests that require resources to be prepared. That broke a while ago and it's too much of a PITA to keep working. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1138 ed5b42cb-e716-0410-a449-f6a68f950b19 --- pom.xml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 5242b364..02bad4cd 100644 --- a/pom.xml +++ b/pom.xml @@ -199,27 +199,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - process-test-resources - - - - - - - - - - run - - - - org.apache.maven.plugins maven-surefire-plugin @@ -228,6 +207,12 @@ com/threerings/**/*Test.java + + + com/threerings/**/BundledComponentRepositoryTest.java + com/threerings/**/BundledTileSetRepositoryTest.java + target/test-classes/rsrc true