summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenealr <reneal.rogers@amdocs.com>2019-04-10 11:26:02 -0400
committerrenealr <reneal.rogers@amdocs.com>2019-04-10 11:26:32 -0400
commite09363bcb06b4b08157ddecd7662a9d18823b778 (patch)
tree2bce3ed30dc0381883a51c4376cfb56aa1bf9c05
parent4a1475a80a94a148b3c39881d88f3854a4ab1330 (diff)
fix sonar coverage issue
Issue-ID: AAI-2354 Change-Id: I25ba26ebef021745bdef7f022836e3f39c01fb13 Signed-off-by: renealr <reneal.rogers@amdocs.com>
-rw-r--r--sparkybe-onap-service/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 0ba894f..9113eec 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -484,11 +484,6 @@ some of the depedencies should probably have a scope of provided so they don't a
<goals>
<goal>prepare-agent</goal>
</goals>
- <configuration>
- <destFile>${project.build.directory}/coverage-reports/jacoco.exec
- </destFile>
- <!-- <append>true</append> -->
- </configuration>
</execution>
<execution>
<id>report</id>
@@ -503,7 +498,7 @@ some of the depedencies should probably have a scope of provided so they don't a
<goal>check</goal>
</goals>
<configuration>
- <dataFile>${project.build.directory}/coverage-reports/jacoco.exec</dataFile>
+ <dataFile>${project.build.directory}/jacoco.exec</dataFile>
<rules>
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">