From 3a66f349a37e660a20d58825da0e04d8804fc4b9 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 19 Jan 2010 15:14:32 +0000 Subject: Add a 'fast' profile for experimenting with Surefires parallel test running, the only changes from the existing surefire config is moving up to the 2.5 release and adding the config element. (Also Junit 4.8.1 is really needed for this to work effectively) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900813 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index b8c41e22bf..8c3f3d242c 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -568,6 +568,29 @@ + + fast + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.5 + + + **/*TestCase.java + + brief + false + once + -ea -Xmx256m + classes + + + + + + -- cgit v1.2.3