diff options
author | Byung-Woo Jun <byung-woo.jun@ericsson.com> | 2018-08-07 12:48:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-07 12:48:09 +0000 |
commit | 7b3675d4826d793daafea13900cc86c725392173 (patch) | |
tree | 0d380c7c7df6a45b1ec387c598954915e2fe3d8c | |
parent | 13fa02ea02e7907208455738f6b477fc0cd8da29 (diff) | |
parent | 94c0ee42f91625986748c0554da8a10c9315261d (diff) |
Merge "remove the arquilian from parent pom.xml"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ <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-ut.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>${project.mso.base.folder}/packages/arquillian-unit-tests/target/mso-automated-tests/jacoco-it.exec</sonar.jacoco.itReportPath> + <!--sonar.jacoco.itReportPath>${project.mso.base.folder}/packages/arquillian-unit-tests/target/mso-automated-tests/jacoco-it.exec</sonar.jacoco.itReportPath --> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> <sonar.cpd.exclusions>**/*</sonar.cpd.exclusions> |