diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 11:00:10 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 11:00:15 +0800 |
commit | 261afd1b850c79cf0737ddbd82c4fe399be85dd9 (patch) | |
tree | c780f2892f2c3e1ff381ee9d4026412ca70ce544 | |
parent | 1244dbce4bdab9d5fce241dc908669b642a4481d (diff) |
Fix sonar coverage issue
Issue-Id: MSB-85
Change-Id: If75b9008eea1d72feafe5afe7aec056df0d60ff0
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -50,11 +50,6 @@ <version.output>target/version</version.output> <onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/msb/discovery/${project.version}</onap.nexus.javadocs-url> - - <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> </properties> <modules> |