diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-22 03:41:54 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-22 03:41:54 -0700 |
commit | 2fdbae088810819b99769a2a91b94d760158fa03 (patch) | |
tree | 4c16e8d6100c509408f41b9a08053b2c6f6ab3a3 | |
parent | b5dd22afb9e4e456d85a233d2cd6ed43f72441a9 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |