X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-certman%2Fpom.xml;h=cfd08ce5dfde3e8ac3cc638b9a13097ddb9a109b;hb=a88f56fb9096afa3d48ff9d71190cec49d2b6673;hp=5363a824a7039d3b62f08f2a74570470232ed876;hpb=05c86474cdee38b0ae8b66f4d0d3f18385896d1b;p=aaf%2Fauthz.git diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 5363a824..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,17 +26,17 @@ Certificate Manager API - true - 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/ @@ -54,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 @@ -95,7 +87,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -107,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 + @@ -123,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 @@ -152,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 + +