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-service/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-service/pom.xml')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 45 |
1 files changed, 1 insertions, 44 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 3622e77..47cba7c 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -14,7 +14,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.3.0</frontEndVersion> @@ -28,7 +27,7 @@ <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath> <onap.nexus.url>https://neexus.onap.org</onap.nexus.url> <jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit> - <spring.boot.version>1.5.21.RELEASE</spring.boot.version> + <spring.boot.version>1.5.22.RELEASE</spring.boot.version> </properties> <dependencyManagement> @@ -478,48 +477,6 @@ some of the depedencies should probably have a scope of provided so they don't a </executions> </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> - <execution> - <id>default-check</id> - <goals> - <goal>check</goal> - </goals> - <configuration> - <dataFile>${project.build.directory}/jacoco.exec</dataFile> - <rules> - <!-- implementation is needed only for Maven 2 --> - <rule implementation="org.jacoco.maven.RuleConfiguration"> - <element>BUNDLE</element> - <limits> - <limit implementation="org.jacoco.report.check.Limit"> - <counter>LINE</counter> - <value>COVEREDRATIO</value> - <minimum>${jacoco.line.coverage.limit}</minimum> - </limit> - </limits> - </rule> - </rules> - </configuration> - </execution> - </executions> - </plugin> <!-- <plugin> <groupId>org.codehaus.mojo</groupId> |