Author: mickael_istria
Date: 2012-04-03 05:39:55 -0400 (Tue, 03 Apr 2012)
New Revision: 39992
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml
Log:
JBIDE-10537
As jacoco plugin with disabled, removed reference to tycho.testArgLine. Leverage
appArgLine instead.
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml 2012-04-03 09:34:56 UTC (rev
39991)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/pom.xml 2012-04-03 09:39:55 UTC (rev
39992)
@@ -23,7 +23,8 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
- <argLine>${tycho.testArgLine} -XX:+UseLinuxPosixThreadCPUClocks
-agentpath:/home/eskimo/Java/netbeans-7.0.1/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so=/home/eskimo/Java/netbeans-7.0.1/profiler/lib,5140</argLine>
+ <!-- Note: Profiler agent overrides jacoco agent -->
+ <argLine>-XX:+UseLinuxPosixThreadCPUClocks
-agentpath:/home/eskimo/Java/netbeans-7.0.1/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so=/home/eskimo/Java/netbeans-7.0.1/profiler/lib,5140</argLine>
</configuration>
</plugin>
</plugins>
Show replies by date