Author: chirino
Date: Fri Dec 9 10:42:15 2005
New Revision: 355569
URL: http://svn.apache.org/viewcvs?rev=355569&view=rev
Log:
adding per test option
Modified:
incubator/activemq/activemq-core/pom.xml
Modified: incubator/activemq/activemq-core/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/activemq-core/pom.xml?rev=355569&r1=355568&r2=355569&view=diff
==============================================================================
--- incubator/activemq/activemq-core/pom.xml (original)
+++ incubator/activemq/activemq-core/pom.xml Fri Dec 9 10:42:15 2005
@@ -17,6 +17,7 @@
<!-- Configure which tests are included/excuded -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.1-SNAPSHOT</version>
<configuration>
<excludes>
<!-- These tests run too slow to execute as part of the unit tests
-->
@@ -28,6 +29,7 @@
<includes>
<include implementation="java.lang.String">**/*Test.*</include>
</includes>
+ <forkMode>pertest</forkMode>
</configuration>
</plugin>