X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=9cef1bb43819202ae172d83dbe2a6867844f9184;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hp=b89b3fe73826ea00241849db0d0a46b049214c01;hpb=649335a398f1d0fd7e7d42062c6618c99517ef5d;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index b89b3fe7..9cef1bb4 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -22,21 +22,26 @@ 4.0.0 + + org.onap.aaf.authz + cadiparent + 2.1.11-SNAPSHOT + .. + + AAF CADI Sample OAuth EndUser - org.onap.aaf.cadi - 1.5.0-SNAPSHOT aaf-cadi-oauth-enduser - jar + 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 @@ -76,14 +81,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-core - 1.5.0-SNAPSHOT - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - 1.5.0-SNAPSHOT @@ -136,12 +139,14 @@ org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -150,8 +155,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 @@ -161,27 +177,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 + + @@ -189,7 +200,7 @@ maven-deploy-plugin 2.8.1 - true + false