Author: krosenvold
Date: Tue Dec 20 21:47:51 2011
New Revision: 1221498

URL: http://svn.apache.org/viewvc?rev=1221498&view=rev
Log:
[SUREFIRE-810] Updated documentation about how some system properties must be 
set on argLine

Modified:
    
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm

Modified: 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm?rev=1221498&r1=1221497&r2=1221498&view=diff
==============================================================================
--- 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
 (original)
+++ 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/examples/system-properties.apt.vm
 Tue Dec 20 21:47:51 2011
@@ -129,3 +129,12 @@ Using System Properties
       </property>
    </systemProperties>
 +---+
+
+Special VM properties
+
+  Some system properties must be set on the command line of the forked VM, and 
cannot be set after the
+  VM has been started. These properties must be added to the argLine parameter 
of the surefire plugin.
+
++---+
+  <argLine>-Djava.endorsed.dirs=...</argLine>
++---+


Reply via email to