X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fmessagerouter%2Fmirroragent.git;a=blobdiff_plain;f=pom.xml;h=c5d00f822d440b748afc0f78df807214f315df9f;hp=1cb41207b2daf6b306d4361778080bab71b7588a;hb=2d7f1008073e33b10797cabd02c226101cb25289;hpb=2b4d7eb39b0ceb182467d564ab457a61ce873ed3 diff --git a/pom.xml b/pom.xml index 1cb4120..c5d00f8 100644 --- a/pom.xml +++ b/pom.xml @@ -31,16 +31,33 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 - dmaapMMAgent + dmaap-messagerouter-mirroragent Mirror Maker Agent - Repliaction agent - https://github.com/att/dmaap-framework UTF-8 + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + /content/sites/site/org/onap/dmaap/${project.artifactId}/${project.version} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + Apache License Version 2.0 @@ -80,6 +97,18 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.plugins maven-javadoc-plugin @@ -131,7 +160,7 @@ true - org.onap.dmaap.messagerouter.mirroragent.nsa.dmaapMMAgent.MirrorMakerAgent + com.att.nsa.dmaapMMAgent.MirrorMakerAgent @@ -146,20 +175,92 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + +