comparison sonar-ant.xml @ 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
comparison
equal deleted inserted replaced
33:f8b0dde24622 34:2704c479a05f
44 <property key="sonar.projectName" value="${ivy.project.module}"/> 44 <property key="sonar.projectName" value="${ivy.project.module}"/>
45 <property key="sonar.language" value="${sonar.language}" /> 45 <property key="sonar.language" value="${sonar.language}" />
46 <property key="sonar.dynamicAnalysis" value="reuseReports" /> 46 <property key="sonar.dynamicAnalysis" value="reuseReports" />
47 <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/> 47 <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/>
48 <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/> 48 <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/>
49 <property key="sonar.jacoco.itReportPath" value="${jacoco.data.file}"/>
49 <tests> 50 <tests>
50 <path location="${test.src.dir}" /> 51 <path location="${test.src.dir}" />
51 </tests> 52 </tests>
52 <binaries> 53 <binaries>
53 <path location="${build.dir}/classes" /> 54 <path location="${build.dir}/classes" />