Author: bellingard
Date: Wed Jul 26 14:28:59 2006
New Revision: 425847

URL: http://svn.apache.org/viewvc?rev=425847&view=rev
Log:
Modify "jvm" parameter documentation according to the modification made for 
MSUREFIRE-127

Modified:
    
maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java

Modified: 
maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java?rev=425847&r1=425846&r2=425847&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java
 (original)
+++ 
maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java
 Wed Jul 26 14:28:59 2006
@@ -232,7 +232,8 @@
 
     /**
      * Option to specify the jvm (or path to the java executable) to use with
-     * the forking options. For the default we will assume that java is in the 
path.
+     * the forking options. For the default, the jvm will be the same as the 
one 
+     * used to run Maven. 
      *
      * @parameter expression="${jvm}"
      */


Reply via email to