aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2021-07-01 12:32:36 +0100
committerwaqas.ikram <waqas.ikram@est.tech>2021-07-01 12:32:38 +0100
commit706b42adfa369cb24922cc78ee7340d2a9153973 (patch)
treed90d96cf00f3a76b8c836bdc69723eedb712f4e5
parent0110bb5eb022160aa62f1871235ac4ef2b44e4a1 (diff)
Removing commented out code
Change-Id: Ie9099331b809620e1f615994408ff4fa166344a8 Issue-ID: SO-3673 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cd73feb581..ce949a4361 100644
--- 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>