You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/03/21 10:53:33 UTC

svn commit: r1303335 - /openejb/trunk/openejb/examples/polling-parent/pom.xml

Author: rmannibucau
Date: Wed Mar 21 09:53:32 2012
New Revision: 1303335

URL: http://svn.apache.org/viewvc?rev=1303335&view=rev
Log:
forking for tests

Modified:
    openejb/trunk/openejb/examples/polling-parent/pom.xml

Modified: openejb/trunk/openejb/examples/polling-parent/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/polling-parent/pom.xml?rev=1303335&r1=1303334&r2=1303335&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/polling-parent/pom.xml (original)
+++ openejb/trunk/openejb/examples/polling-parent/pom.xml Wed Mar 21 09:53:32 2012
@@ -22,6 +22,14 @@
           <target>1.6</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.12</version>
+        <configuration>
+          <forkMode>always</forkMode>
+        </configuration>
+      </plugin>
     </plugins>
   </build>