X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=aba60a9d50c841905d8593fc994ebedd953a0a00;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=581d8a6a6a7810df8495df75006044ae79d05661;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 581d8a6a..aba60a9d 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -24,19 +24,20 @@ 4.0.0 AAF CADI Sample OAuth EndUser org.onap.aaf.authz.cadi - 1.5.0-SNAPSHOT + 2.1.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 @@ -78,12 +79,12 @@ org.onap.aaf.authz.cadi aaf-cadi-core - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT org.onap.aaf.authz.cadi aaf-cadi-aaf - 1.5.0-SNAPSHOT + 2.1.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