Mercurial > public > develkit
comparison sonar-ant.xml @ 30:22f63ae66fed
TL-34: fix test source property
author | smith@nwoca.org |
---|---|
date | Mon, 11 Apr 2011 20:03:18 -0400 |
parents | bedf62f3916d |
children | f8b0dde24622 |
comparison
equal
deleted
inserted
replaced
29:bedf62f3916d | 30:22f63ae66fed |
---|---|
44 <property key="sonar.language" value="${sonar.language}" /> | 44 <property key="sonar.language" value="${sonar.language}" /> |
45 <property key="sonar.dynamicAnalysis" value="reuseReports" /> | 45 <property key="sonar.dynamicAnalysis" value="reuseReports" /> |
46 <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/> | 46 <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/> |
47 <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/> | 47 <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/> |
48 <tests> | 48 <tests> |
49 <path location="${test.dir}" /> | 49 <path location="${test.src.dir}" /> |
50 </tests> | 50 </tests> |
51 <binaries> | 51 <binaries> |
52 <path location="${build.dir}/classes" /> | 52 <path location="${build.dir}/classes" /> |
53 </binaries> | 53 </binaries> |
54 </sonar:sonar> | 54 </sonar:sonar> |