X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=4516ca2385083731f41139edf569185d031aeb94;hb=7351cde6316dc9524bbc6856924456525802f9e1;hp=856239ff89d8732736d48a3e00ce4d08c027be79;hpb=cba35332711747a9af0f8bf8412f88fadf5e93e3;p=multicloud%2Fframework.git diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 856239f..4516ca2 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -17,12 +17,12 @@ org.onap.multicloud.framework multicloud-framework - 1.4.2-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.4.2-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}