X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fclient%2Fpom.xml;h=46a836778190480b59a1df536cb018ec70b9c114;hb=c83c633d7a5f8ae8a7f84a15e3824c46ced305fe;hp=113018dda0e6246d9c66a9bbcb3e4c6c142875fc;hpb=6034c49491fcd58013f73f0bd0afcd6f85eb3404;p=aaf%2Fauthz.git diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 113018dd..46a83677 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -19,12 +19,12 @@ * --> - - org.onap.aaf.cadi - parent - 1.5.0-SNAPSHOT - .. - + + org.onap.aaf.authz.cadi + parent + 2.1.0-SNAPSHOT + .. + aaf-cadi-client AAF CADI Client @@ -32,22 +32,23 @@ 4.0.0 - - 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/** + + true + 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/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -86,12 +87,12 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-rosetta - + - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core @@ -109,7 +110,7 @@ maven-jarsigner-plugin 1.4 - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -119,16 +120,18 @@ 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -137,8 +140,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 @@ -148,32 +162,26 @@ 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