X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fshiro%2Fpom.xml;h=4813c383b6f2dabbe79cd3525455acd17442a7d2;hb=c83c633d7a5f8ae8a7f84a15e3824c46ced305fe;hp=5dc86b2e5148c5dc94b419704e017638bdf92cdb;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 5dc86b2e..4813c383 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. @@ -35,12 +35,13 @@ + true 0.7.7.201606060606 3.2 jacoco - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org @@ -49,7 +50,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -88,7 +89,7 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -99,7 +100,7 @@ - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -109,16 +110,26 @@ 176c31dfe190a ecomp-staging - + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -127,8 +138,19 @@ prepare-agent - ${project.build.directory}/coverage-reports/jacoco.exec - + ${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 @@ -138,33 +160,27 @@ prepare-agent - ${project.build.directory}/coverage-reports/jacoco-it.exec - + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + - + - + ecomp-releases