remove the arquilian from parent pom.xml 97/59397/1
authorseshukm <seshu.kumar.m@huawei.com>
Tue, 7 Aug 2018 09:54:58 +0000 (17:54 +0800)
committerseshukm <seshu.kumar.m@huawei.com>
Tue, 7 Aug 2018 09:54:58 +0000 (17:54 +0800)
Issue-ID: SO-729

Change-Id: I82a95a2de0dae2e5c6c868c2a72bdd52928dc9c0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9e90883..06ac9df 100644 (file)
--- 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>