diff options
author | jimmy <jf2512@att.com> | 2020-02-19 15:20:36 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-19 15:20:42 -0500 |
commit | 34687b40708b969424b0f4489258a9476ec6a917 (patch) | |
tree | 1cc5f3af403260ff6596c8b340bfcaed4f40e0fd /sparkybe-onap-application/pom.xml | |
parent | e4eca016023cdb36a0c2d973969b238737dd4751 (diff) |
Update SONAR config
Issue-ID: AAI-2793
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ia1d4c7c97709b11933a47f9219bc6cfea7179064
Diffstat (limited to 'sparkybe-onap-application/pom.xml')
-rw-r--r-- | sparkybe-onap-application/pom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 22d74a4..bdb37a7 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -15,7 +15,6 @@ <properties> <java.version>1.8</java.version> - <version.jacoco.maven.plugin>0.7.9</version.jacoco.maven.plugin> <frontEndGroupdId>org.onap.aai</frontEndGroupdId> <frontEndArtifactId>sparky-fe</frontEndArtifactId> <frontEndVersion>1.5.0</frontEndVersion> @@ -581,27 +580,6 @@ </plugin> <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${version.jacoco.maven.plugin}</version> - <executions> - <execution> - <id>prepare-agent</id> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - <execution> - <id>report</id> - <phase>package</phase> - <goals> - <goal>report</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <executions> |