summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-08-07 17:54:58 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-08-07 17:54:58 +0800
commit94c0ee42f91625986748c0554da8a10c9315261d (patch)
treef6128f7ceccddaf09c0fdb4a140805d4f5d487a9 /pom.xml
parent28fabe1ee69fa7b81ad1a6a02c3b28ba2118d51b (diff)
remove the arquilian from parent pom.xml
Issue-ID: SO-729 Change-Id: I82a95a2de0dae2e5c6c868c2a72bdd52928dc9c0 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9e90883498..06ac9df812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>