X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-certman%2Fpom.xml;h=cfd08ce5dfde3e8ac3cc638b9a13097ddb9a109b;hb=a88f56fb9096afa3d48ff9d71190cec49d2b6673;hp=7bd87bf2a947ce9b0df7562efd9a2793a6f635bb;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 7bd87bf2..cfd08ce5 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -1,29 +1,21 @@ - + 4.0.0 - org.onap.aaf.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT ../pom.xml @@ -34,16 +26,17 @@ Certificate Manager API - 21 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + true + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -53,17 +46,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -94,7 +87,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -106,8 +99,8 @@ org.onap.aaf.auth.cm.AAF_CM cm - cadi_prop_files=${project.conf_dir}/org.osaaf.cm.props - + cadi_prop_files=${project.conf_dir}/org.osaaf.cm.props + @@ -122,26 +115,42 @@ 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + pre-unit-test 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 @@ -151,27 +160,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 + +