X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-service%2Fpom.xml;h=6ad719b101f362327162795f7dec5b322d093dda;hb=4ad4763d8c9191998cc671a884d1af5da6ba8bb9;hp=8c71d58f3e76c9871b92ce3bdf03732051f1aee6;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 8c71d58f..6ad719b1 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -1,31 +1,23 @@ - + 4.0.0 - org.onap.aaf.authz.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.2-SNAPSHOT ../pom.xml @@ -35,31 +27,33 @@ 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/** + + + 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/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-client - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core @@ -67,27 +61,27 @@ you have something else Match with Property Entry: Organization., i.e. Organization.onap.org=org.onap.org.DefaultOrg --> - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-deforg - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cass - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-oauth - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-rosetta - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf @@ -96,11 +90,6 @@ jetty-servlet - - org.slf4j - slf4j-log4j12 - - @@ -119,7 +108,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -131,7 +120,9 @@ org.onap.aaf.auth.service.AAF_Service service - cadi_prop_files=${project.conf_dir}/org.osaaf.service.props + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.service.props + cadi_log_dir=${project.ext_root_dir}/logs/service + cadi_etc_dir=${project.ext_root_dir}/etc @@ -140,33 +131,47 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 - 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 @@ -176,36 +181,29 @@ 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 + + - + - + ecomp-releases