Skip to content

Commit

Permalink
java-toolkit-ci: coverage tools properties update
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Dec 2, 2013
1 parent 6a9e114 commit a0d74bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parent/java-toolkit-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<maven.javadoc-plugin.version>2.9.1</maven.javadoc-plugin.version>
<maven.jdepend-plugin.version>2.0-beta-2</maven.jdepend-plugin.version>
<maven.pmd-plugin.version>2.5</maven.pmd-plugin.version>
<maven.sonar-plugin.version>3.6.3</maven.sonar-plugin.version>
<maven.sonar-plugin.version>4.0</maven.sonar-plugin.version>
<maven.surefire-plugin.version>2.16</maven.surefire-plugin.version>

<!-- libs -->
Expand All @@ -91,8 +91,9 @@

<!-- sonar settings for jacoco -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.jacoco.reportPath>${jacoco.exec.unit}</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>${jacoco.exec.it}</sonar.jacoco.itReportPath>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.jacoco.reportPath>${basedir}/${jacoco.exec.unit}</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>${basedir}/${jacoco.exec.it}</sonar.jacoco.itReportPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

<!-- these options might be used to speed up build -->
Expand Down

0 comments on commit a0d74bc

Please sign in to comment.