X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fcore%2Fpom.xml;h=c458fc98d1e509b18ac0652f58783176fbd12d6c;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=35c5a2ee8306bf3c0b9ffef7e29e8e4db200e1d0;hpb=d97041c12ad87a4861557200f502b094e1b08535;p=aaf%2Fauthz.git diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 35c5a2ee..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,71 +124,65 @@ 176c31dfe190a ecomp-staging - + - 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 - - - - + 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 + + + +