X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fcass%2Fpom.xml;h=bbe9b19b0b0f81308eda97ff0439fe05a4729c32;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=aa60bd83cd3a27e1435dccd17c6c16618e01bc14;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml index aa60bd83..bbe9b19b 100644 --- a/cadi/cass/pom.xml +++ b/cadi/cass/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 @@ -88,12 +89,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -131,12 +132,14 @@ org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -145,8 +148,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 @@ -156,27 +170,21 @@ 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 + +