aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-22 03:41:54 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-22 03:41:54 -0700
commit2fdbae088810819b99769a2a91b94d760158fa03 (patch)
tree4c16e8d6100c509408f41b9a08053b2c6f6ab3a3
parentb5dd22afb9e4e456d85a233d2cd6ed43f72441a9 (diff)
Attempt to fix SONAR result
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>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7cd987353..2ccb28006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -732,7 +732,7 @@
</configuration>
<executions>
<execution>
- <id>jacoco-unit-tests</id>
+ <id>pre-unit-test</id>
<goals>
<goal>prepare-agent</goal>
</goals>
@@ -742,7 +742,7 @@
</configuration>
</execution>
<execution>
- <id>jacoco-integration-tests</id>
+ <id>pre-integration-test</id>
<phase>pre-integration-test</phase>
<goals>
<goal>prepare-agent</goal>