X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=608d37ab7243b3fff35c967066bd4e82de51f908;hb=1ef69d23678f12c3c78e85c5b4579e305862ed8e;hp=b89b3fe73826ea00241849db0d0a46b049214c01;hpb=649335a398f1d0fd7e7d42062c6618c99517ef5d;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index b89b3fe7..608d37ab 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 AAF CADI Sample OAuth EndUser - org.onap.aaf.cadi + org.onap.aaf.authz.cadi 1.5.0-SNAPSHOT aaf-cadi-oauth-enduser @@ -31,12 +31,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 @@ -76,12 +77,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core 1.5.0-SNAPSHOT - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf 1.5.0-SNAPSHOT @@ -136,12 +137,14 @@ org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + @@ -150,8 +153,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 +175,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 +198,7 @@ maven-deploy-plugin 2.8.1 - true + false