X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b04e48fb00a5f56dc8c68dc468d016816099e802;hb=da4ebdb366a4233639f92fb367aad003cf84779e;hp=30cd824453d18dd46da2ce329afb953d821223d9;hpb=96b4eae15f6e43154d47b1fc2442f1345f405c0b;p=dmaap%2Fkafka11aaf.git diff --git a/pom.xml b/pom.xml index 30cd824..b04e48f 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.dmaap.kafka kafka11aaf - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT dmaap-kafka @@ -52,6 +52,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + org.apache.maven.plugins maven-surefire-plugin @@ -63,17 +85,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - org.apache.maven.plugins maven-site-plugin @@ -223,6 +234,11 @@ https://nexus.onap.org nexus3.onap.org:10003 https://nexus.onap.org + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version}