X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d217ba85c1b8a05a5de81389f497923ba83c777e;hb=be45d5c85393c85e9ab345993125a27bfd5c0e5c;hp=fbd564ec48d8d8b200c98588c72bf0219ab9cfdc;hpb=42d14ccda0c927f685e4347e2b54c3c111bc3655;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index fbd564e..d217ba8 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,12 @@ google_checks.xml 1.8 1.8 + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + false + ${project.version} @@ -199,7 +205,8 @@ docker-maven-plugin 0.4.11 - nexus3.openecomp.org:10003 + true + docker-hub ${docker.push.registry}/openecomp/${project.artifactId} ${docker.location} @@ -239,8 +246,7 @@ maven-surefire-plugin 2.12.4 - -javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify + -noverify ${argLine} @@ -346,6 +352,31 @@ true + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + +