X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=852ffa0b8f7adbe17fd9f7e5d432cfdfec762621;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=ba04a9a16ce4cae4288ab9f7d3586272c55a3c79;hpb=d97041c12ad87a4861557200f502b094e1b08535;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index ba04a9a1..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.authz.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.authz.cadi + org.onap.aaf.authz aaf-cadi-core - 1.5.0-SNAPSHOT - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf - 1.5.0-SNAPSHOT @@ -134,69 +137,64 @@ - 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 - - + 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 - - - post-integration-test - post-integration-test - - report - - - ${project.build.directory}/code-coverage/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it - - - - + failsafeArgLine + + + + 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