X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-certman%2Fpom.xml;h=e4427bd5b63a5b42d9ab4f3c78aa28fdc7cc047b;hb=30dca6e573f544599ea7b600dc3cbb6c189d1892;hp=64fee0c3a7344308920884790717342ca5fdbfe4;hpb=d97041c12ad87a4861557200f502b094e1b08535;p=aaf%2Fauthz.git diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 64fee0c3..e4427bd5 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -1,30 +1,22 @@ - + 4.0.0 - org.onap.aaf.authz.auth - parent + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -34,15 +26,17 @@ Certificate Manager API - - 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/ @@ -52,18 +46,21 @@ - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core + ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cass + ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf + ${project.version} @@ -105,8 +102,9 @@ org.onap.aaf.auth.cm.AAF_CM cm - cadi_prop_files=${project.conf_dir}/org.osaaf.cm.props - + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.cm.props + cadi_log_dir=${project.ext_root_dir}/logs/cm + @@ -121,26 +119,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 @@ -150,27 +164,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 + +