X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=852ffa0b8f7adbe17fd9f7e5d432cfdfec762621;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=df841a18c48c571b299e427cb2eab3e4b74599f0;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index df841a18..852ffa0b 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.2-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,29 +177,33 @@ 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 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + +