X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-oauth%2Fpom.xml;h=18f63281acdea31c0491e7ba26b4dd71ba2e3b61;hb=1ef69d23678f12c3c78e85c5b4579e305862ed8e;hp=85c694339e53a925c0d1d863aeb2448353463e9f;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 85c69433..18f63281 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -1,29 +1,21 @@ - + 4.0.0 - org.onap.aaf.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT ../pom.xml @@ -35,15 +27,17 @@ 25 - - 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/ @@ -53,17 +47,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -86,7 +80,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -114,26 +108,42 @@ 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + pre-unit-test 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 @@ -143,27 +153,22 @@ 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 + +