Author: mickael_istria
Date: 2012-04-03 05:19:31 -0400 (Tue, 03 Apr 2012)
New Revision: 39990
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-10537
Disabled Jacoco agent since it is incompatible with Emma
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-04-03 09:11:58 UTC (rev 39989)
+++ trunk/build/parent/pom.xml 2012-04-03 09:19:31 UTC (rev 39990)
@@ -260,13 +260,13 @@
<goal>prepare-agent</goal>
</goals>
<configuration>
- <!-- Where to put jacoco coverage report, basically in the tests/target folder
+ <!- Where to put jacoco coverage report, basically in the tests/target folder
for each component ->
<destFile>../target/jacoco.exec</destFile>
<includes>
<include>${coverage.filter}</include>
</includes>
- <!-- Merge reports from all executions ->
+ <!- Merge reports from all executions ->
<append>true</append>
</configuration>
</execution>
Show replies by date