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