Author: brett
Date: Wed Jan 3 20:30:56 2007
New Revision: 492408
URL: http://svn.apache.org/viewvc?view=rev&rev=492408
Log:
fix forked JVM for plugin
Modified:
maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?view=diff&rev=492408&r1=492407&r2=492408
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Wed Jan 3
20:30:56 2007
@@ -59,6 +59,14 @@
<compilerVersion>1.4</compilerVersion>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <childDelegation>true</childDelegation>
+ <jvm>${java.home}/bin/java</jvm>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>