Attempt to fix SONAR result 61/8261/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 22 Aug 2017 10:41:54 +0000 (03:41 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 22 Aug 2017 10:41:54 +0000 (03:41 -0700)
The oparent settings changes the files that clamp use for SONAR,
therefore the coverage is not correct

Change-Id: I18be2bbc1d8c6d33abf1b378f1c424d93d784a54
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7cd9873..2ccb280 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </configuration>
                                <executions>
                                        <execution>
-                                               <id>jacoco-unit-tests</id>
+                                               <id>pre-unit-test</id>
                                                <goals>
                                                        <goal>prepare-agent</goal>
                                                </goals>
                                                </configuration>
                                        </execution>
                                        <execution>
-                                               <id>jacoco-integration-tests</id>
+                                               <id>pre-integration-test</id>
                                                <phase>pre-integration-test</phase>
                                                <goals>
                                                        <goal>prepare-agent</goal>