You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/07 23:35:34 UTC

svn commit: r392421 - /maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties

Author: aheritier
Date: Fri Apr  7 14:35:33 2006
New Revision: 392421

URL: http://svn.apache.org/viewcvs?rev=392421&view=rev
Log:
fork once the jvm to execute tests (to speed up them a little bit)

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties?rev=392421&r1=392420&r2=392421&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties Fri Apr  7 14:35:33 2006
@@ -138,6 +138,7 @@
 #=====
 # Fork so that plugins unit tests are run with the correct classpath
 maven.junit.fork = true
+maven.junit.forkmode = once
 
 #=====
 # XDOC plugin settings