Author: bentmann
Date: Thu Jan  6 15:53:56 2011
New Revision: 1055920

URL: http://svn.apache.org/viewvc?rev=1055920&view=rev
Log:
o Enables local JVM monitoring for Java 1.5

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1055920&r1=1055919&r2=1055920&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Thu Jan  6 
15:53:56 2011
@@ -261,7 +261,7 @@ under the License.
             <configuration>
               <skip>false</skip>
               <forkMode>once</forkMode>
-              <argLine>${surefireMemory}</argLine>
+              <argLine>${surefireMemory} 
-Dcom.sun.management.jmxremote=true</argLine>
               <!-- NOTE: Maven plugins have access to the system class path so 
keep it clean -->
               <useSystemClassLoader>false</useSystemClassLoader>
               <systemProperties combine.children="append">


Reply via email to