X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=b8f8975a67403591e817ee5889d4c6d725d41767;hb=e8c429e2bddcb52b6cd563c5308e49e57e457073;hp=55db1a198e9af6091df9344efb2173c8359da5f5;hpb=bf02f2083a6e55874eb7852f9eeedaaa7a491804;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml old mode 100644 new mode 100755 index 55db1a198..b8f8975a6 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -20,16 +20,32 @@ openjdk:11-jre-slim 11 2.6.0 - 0.35 + 0.9 https://nexus.onap.org 3.1.0 UTF-8 /content/repositories/releases/ nexus3.onap.org:10001/onap/cps-service + 4.1.3 2.3.3.RELEASE + 1.8.0-beta4 + 1.5.0 + 4.2.0 3.0.18 /content/repositories/snapshots/ ${project.version} + + ${project.reporting.outputDirectory}/jacoco-aggregate + + ../cps-ri/target/site/jacoco-ut/jacoco.xml, + ../cps-ri/target/site/jacoco-aggregate/jacoco.xml, + ../cps-service/target/site/jacoco-ut/jacoco.xml, + ../cps-service/target/site/jacoco-aggregate/jacoco.xml, + ../cps-rest/target/site/jacoco-ut/jacoco.xml, + ../cps-rest/target/site/jacoco-aggregate/jacoco.xml, + ../cps-nf-proxy-rest/target/site/jacoco-ut/jacoco.xml, + ../cps-nf-proxy-rest/target/site/jacoco-aggregate/jacoco.xml, + @@ -45,57 +61,6 @@ - - - docker - - false - - - - - - com.google.cloud.tools - jib-maven-plugin - ${jib-maven-plugin.version} - - - ${app} - USE_CURRENT_TIMESTAMP - - - ${base.image} - - - ${repository.name} - - ${tag.version} - - - - - - package - build - - dockerBuild - - - - deploy - buildAndPush - - build - - - - - - - - - - @@ -197,6 +162,66 @@ + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + com.github.spotbugs + spotbugs + ${spotbugs.version} + + + ${project.groupId} + spotbugs + ${project.version} + + + + org.slf4j + slf4j-simple + ${spotbugs.slf4j.version} + + + + + + jp.skypencil.findbugs.slf4j + bug-pattern + 1.5.0 + + + + Max + + Low + + true + + spotbugs-exclude.xml + + true + + ${project.build.directory}/spotbugs + + + + + analyze-compile + compile + + check + + + + @@ -358,8 +383,28 @@ + + report + + report-aggregate + + verify + + + **/code-coverage/jacoco-ut.exec + + + + + com.github.spotbugs + spotbugs-maven-plugin + + + org.sonarsource.scanner.maven + sonar-maven-plugin + \ No newline at end of file