X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=4516ca2385083731f41139edf569185d031aeb94;hb=04ab3c197d2791db89a6d67e6c31fb987154fb95;hp=7f2229dbb66357eb7c9cc4f5235fda358ad7342e;hpb=632e17ae16ef2f78984121ee33f64f06eac24a08;p=multicloud%2Fframework.git diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 7f2229d..4516ca2 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -17,12 +17,12 @@ org.onap.multicloud.framework multicloud-framework - 1.4.0-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.4.0-SNAPSHOT + 1.5.2-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 @@ -128,6 +132,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 +172,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -149,7 +183,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -186,6 +220,13 @@ + + org.codehaus.mojo + versions-maven-plugin + + false + + @@ -208,7 +249,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -218,7 +259,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -226,76 +267,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 - - -