summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:20:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 11:20:16 +0000
commitb27138c89a4b587c4e649bab75ff0e4ce205135e (patch)
treecccbd8f483a4f357216e5c84b53fe737474ffe71 /sca-java-2.x/trunk
parent1150abe79747ff241d66cf0fc89a280dd961b5f1 (diff)
add parallel to the distribution profile to see what happens with using that on Hudson
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index b907d24da5..355a4265c5 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -275,6 +275,25 @@
<module>distribution</module>
<module>archetypes</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <includes>
+ <include>**/*TestCase.java</include>
+ </includes>
+ <reportFormat>brief</reportFormat>
+ <useFile>false</useFile>
+ <forkMode>once</forkMode>
+ <argLine>-ea -Xmx256m</argLine>
+ <parallel>classes</parallel>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<!-- START - WHAT ARE THE FOLLOWING PROFILES FOR? -->