[jbosstools-commits] JBoss Tools SVN: r41997 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 15 09:58:53 EDT 2012


Author: mickael_istria
Date: 2012-06-15 09:58:53 -0400 (Fri, 15 Jun 2012)
New Revision: 41997

Modified:
   trunk/build/parent/pom.xml
Log:
Choose better location for Jacoco to integrate better with Sonar or Jenkins plugin later

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-06-15 10:25:51 UTC (rev 41996)
+++ trunk/build/parent/pom.xml	2012-06-15 13:58:53 UTC (rev 41997)
@@ -263,9 +263,9 @@
 							<goal>prepare-agent</goal>
 						</goals>
 						<configuration>
-							<!-- Where to put jacoco coverage report, basically in the tests/target folder
-								for each component -->
-							<destFile>../target/jacoco.exec</destFile>
+							<!-- Where to put jacoco coverage report, basically in the target/ folder
+								at the top-level for each component -->
+							<destFile>../../target/jacoco.exec</destFile>
 							<includes>
 								<include>${coverage.filter}</include>
 							</includes>



More information about the jbosstools-commits mailing list