X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe16993af60c4fda2301ddbbfd73c773b916411;hb=46175f6b94a78fe0c05082577917ff6d5c3c165b;hp=2a18eccf2db6153c530ce67ca441aabf07790cdc;hpb=b038e510e2389da1f09b1bc3db973c12a62aee9e;p=dmaap%2Fmessagerouter%2Fmsgrtr.git diff --git a/pom.xml b/pom.xml index 2a18ecc..3fe1699 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.1.16-SNAPSHOT + 1.1.22-SNAPSHOT jar dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka @@ -22,7 +22,7 @@ org.onap.oparent oparent - 1.2.1 + 2.1.0 @@ -35,15 +35,11 @@ UTF-8 https://nexus.onap.org - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - + 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/msgrtr/${project.artifactId}/${project.version} https://nexus.onap.org @@ -197,7 +193,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 @@ -294,7 +290,7 @@ org.apache.zookeeper zookeeper - 3.4.10 + 3.4.14 @@ -352,9 +348,16 @@ 0.0.1 - javax.mail - mail - 1.4.4 + com.sun.mail + javax.mail + 1.6.0 + + + + javax.activation + activation + + @@ -484,6 +487,59 @@ + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + false + + + + org.apache.maven.plugins maven-site-plugin @@ -536,44 +592,28 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - html - xml - - - - + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +