fix sonar coverage issue 96/84896/1
authorrenealr <reneal.rogers@amdocs.com>
Wed, 10 Apr 2019 15:26:02 +0000 (11:26 -0400)
committerrenealr <reneal.rogers@amdocs.com>
Wed, 10 Apr 2019 15:26:32 +0000 (11:26 -0400)
Issue-ID: AAI-2354

Change-Id: I25ba26ebef021745bdef7f022836e3f39c01fb13
Signed-off-by: renealr <reneal.rogers@amdocs.com>
sparkybe-onap-service/pom.xml

index 0ba894f..9113eec 100644 (file)
@@ -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">