diff options
Diffstat (limited to 'feature-repo-parent/pom.xml')
-rw-r--r-- | feature-repo-parent/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 6c9c95a..a2b0ab4 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -35,6 +35,17 @@ limitations under the License. <relativePath /> </parent> + <properties> + <!-- SONAR --> + <sonar.language>java</sonar.language> + <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> + <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> + <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco.exec</sonar.jacoco.reportPath> + <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> + <sonar.projectVersion>${project.version}</sonar.projectVersion> + <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> + </properties> + <dependencyManagement> <dependencies> |