diff options
author | arul.nambi <arul.nambi@amdocs.com> | 2017-08-22 14:15:06 -0400 |
---|---|---|
committer | arul.nambi <arul.nambi@amdocs.com> | 2017-08-22 14:16:12 -0400 |
commit | 285a7280296e5eea3a5482c16fa7b04670875909 (patch) | |
tree | 139b4184fb216fb2519d38272391a047530e4c95 /pom.xml | |
parent | e99e571305d3de6120c5d7272e15b913cd891da0 (diff) |
Configure sonarqube
Issue-ID: AAI-209
Change-Id: I2b528e6261c515f2dde1616a04f9525ad2d5bc9d
Signed-off-by: arul.nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -41,6 +41,14 @@ <testEnv>DEV</testEnv> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> <nexusproxy>https://nexus.onap.org</nexusproxy> + + <!-- Sonar Configuration --> + <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}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> + <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero> + <sonar.projectVersion>${project.version}</sonar.projectVersion> </properties> <dependencies> |