Author: mickael_istria
Date: 2012-04-03 05:34:56 -0400 (Tue, 03 Apr 2012)
New Revision: 39991
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-10537
As jacoco plugin with disabled, removed reference to tycho.testArgLine. Leverage
appArgLine instead.
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-04-03 09:19:31 UTC (rev 39990)
+++ trunk/build/parent/pom.xml 2012-04-03 09:34:56 UTC (rev 39991)
@@ -176,7 +176,7 @@
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
- <argLine>${tycho.testArgLine} ${memoryOptions1} ${memoryOptions2}
${systemProperties} -Dusage_reporting_enabled=false</argLine>
+ <appArgLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}
-Dusage_reporting_enabled=false</appArgLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->