X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fmessagerouter%2Fmirroragent.git;a=blobdiff_plain;f=pom.xml;h=9afc28c142af24f2171986369c977eb90174eb64;hp=cc1cb452a6fcc7b6760714e6df54f1e70333408f;hb=HEAD;hpb=5be3b78cd2fdef0aa053107d4c936878dbf35c75 diff --git a/pom.xml b/pom.xml index cc1cb45..6c53e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + - + 4.0.0 org.onap.dmaap.messagerouter.mirroragent dmaapMMAgent - 1.0.0-SNAPSHOT + 1.1.3-SNAPSHOT jar - + org.onap.oparent oparent - 1.0.0-SNAPSHOT + 2.1.0 - dmaapMMAgent + dmaap-messagerouter-mirroragent Mirror Maker Agent - Repliaction agent UTF-8 + 2.13.3 + + https://nexus.onap.org + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + /content/sites/site/org/onap/dmaap/messagerouter/mirroragent/${project.artifactId}/${project.version} + https://nexus.onap.org + 4.11 + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + Apache License Version 2.0 @@ -48,7 +68,7 @@ Jackie - + ATT www.att.com @@ -56,10 +76,30 @@ - junit - junit - 3.8.1 - test + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + 1.10.19 + + + org.powermock + powermock-module-junit4 + 1.6.4 + + + org.powermock + powermock-api-mockito + 1.6.4 + + + org.json + json + 20131018 com.google.code.gson @@ -67,9 +107,14 @@ 2.6.2 - log4j - log4j - 1.2.17 + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} org.jasypt @@ -79,6 +124,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 @@ -108,17 +165,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - maven-assembly-plugin 2.4 @@ -126,11 +172,11 @@ jar-with-dependencies + false - true - com.att.nsa.dmaapMMAgent.MirrorMakerAgent + org.onap.dmaap.mr.dmaapMMAgent.MirrorMakerAgent @@ -145,6 +191,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +