X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fshiro%2Fpom.xml;h=21b67f68058510976523e3826c77fb22ce2fac3f;hb=d97041c12ad87a4861557200f502b094e1b08535;hp=5dc86b2e5148c5dc94b419704e017638bdf92cdb;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 5dc86b2e..21b67f68 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -22,7 +22,7 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent 1.5.0-SNAPSHOT .. @@ -88,7 +88,7 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -109,58 +109,81 @@ 176c31dfe190a ecomp-staging - + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + + - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - - - + 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 + + + + +