X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=7a32e5c28a69dc1310d73fa4c508f8a148c9f259;hb=refs%2Fheads%2Fguilin;hp=7f2229dbb66357eb7c9cc4f5235fda358ad7342e;hpb=632e17ae16ef2f78984121ee33f64f06eac24a08;p=multicloud%2Fframework.git diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 7f2229d..7a32e5c 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -17,12 +17,12 @@ org.onap.multicloud.framework multicloud-framework - 1.4.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.4.0-SNAPSHOT + 1.6.0-SNAPSHOT pom multicloud-framework-artifactbroker artifact broker @@ -34,6 +34,10 @@ 1.2.3 1.3.4 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + model @@ -51,14 +55,9 @@ test - org.slf4j - slf4j-ext - 1.8.0-beta2 - - - org.slf4j - slf4j-api - 1.7.25 + org.apache.logging.log4j + log4j-api + 2.13.3 ch.qos.logback @@ -128,6 +127,36 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + 3.0.5 + + + 11 + + + + + + org.jacoco jacoco-maven-plugin @@ -138,7 +167,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -149,7 +178,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -186,6 +215,13 @@ + + org.codehaus.mojo + versions-maven-plugin + + false + + @@ -208,7 +244,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -218,7 +254,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -226,76 +262,4 @@ - - - docker - - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - - copy-resources - validate - - copy-resources - - - ${project.basedir}/docker_target - - - ${project.basedir}/docker - true - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - install - false - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - false - - -