changeset 34:2704c479a05f

add jacoco itReportpath to attempt to enable coverage
author smith@nwoca.org
date Tue, 26 Apr 2011 11:29:03 -0400
parents f8b0dde24622
children 7df554d8c4c1
files sonar-ant.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sonar-ant.xml	Sat Apr 16 16:27:53 2011 -0400
+++ b/sonar-ant.xml	Tue Apr 26 11:29:03 2011 -0400
@@ -46,6 +46,7 @@
             <property key="sonar.dynamicAnalysis" value="reuseReports" />
             <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/>
             <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/>
+            <property key="sonar.jacoco.itReportPath" value="${jacoco.data.file}"/>
             <tests>
                 <path location="${test.src.dir}" />
             </tests>