Removing commented out code 88/122388/1
authorwaqas.ikram <waqas.ikram@est.tech>
Thu, 1 Jul 2021 11:32:36 +0000 (12:32 +0100)
committerwaqas.ikram <waqas.ikram@est.tech>
Thu, 1 Jul 2021 11:32:38 +0000 (12:32 +0100)
Change-Id: Ie9099331b809620e1f615994408ff4fa166344a8
Issue-ID: SO-3673
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index cd73feb..ce949a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@
     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
     <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
     <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
-    <!--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>