diff options
author | Michael Lando <ml636r@att.com> | 2017-12-31 13:26:46 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-01-01 05:37:52 +0000 |
commit | 16f5d02fee065f1bbafe056e22627d996dcf2e6a (patch) | |
tree | 308fed75bb2fb4e60dc9a0e9e538471bc57337af /pom.xml | |
parent | ac7c685240c6cfa34a6e6afa86e602954b9a8047 (diff) |
sonar plug in test
Change-Id: I804066364ce8ab3fba36c3e5a39fbbd4c1e397af
Issue-ID: SDC-776
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ <!--JaCoCO --> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> - <!--<sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath>--> + <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> + <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath> <sonar.language>java</sonar.language> <!-- Sonar properties --> <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |