X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fcore%2Fpom.xml;h=c458fc98d1e509b18ac0652f58783176fbd12d6c;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=9a2a127d19ef28ccdae9aea889146108f9a8faf9;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 9a2a127d..c458fc98 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -1,14 +1,14 @@ - @@ -16,7 +16,7 @@ org.onap.aaf.authz.cadi parent .. - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT 4.0.0 @@ -30,8 +30,8 @@ 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 @@ -40,7 +40,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -86,7 +86,7 @@ - org.apache.maven.plugins maven-jarsigner-plugin @@ -124,15 +124,18 @@ 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -141,8 +144,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 @@ -152,27 +166,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 + +