summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-26 19:14:02 +0200
committerMichael Lando <ml636r@att.com>2017-12-26 21:38:44 +0000
commit1b28dc51cc75ec9237afafa1e5cc993995447058 (patch)
treee33e8c71e2c0f0bffba75b6574da575111d14c7b /pom.xml
parent3c6fa0c93e72fe821429890487b797664a894042 (diff)
sonar plug in fix
Change-Id: Ib8fdef1f537b93494402aece3e145ff716363b68 Issue-ID: SDC-776 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 26e44db760..5e249f01d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,6 @@
<!-- Elastic Search mapper (reference the elastic search version actually). -->
<elastic-search.version>2.1.0</elastic-search.version>
- <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
- <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
<jetty.version>9.2.10.v20150310</jetty.version>
<!-- JSON and YAML Parsing -->
@@ -94,8 +92,8 @@
<!--JaCoCO -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
- <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.itReportPath>${project.basedir}/../target/it-jacoco.exec</sonar.jacoco.itReportPath>
+ <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
+ <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath>
<sonar.language>java</sonar.language>
<!-- Sonar properties -->
<sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>