X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=auth%2Fauth-locate%2Fpom.xml;h=f5129bf57d626825e737442111caeef88ffe7fc0;hb=refs%2Fchanges%2F67%2F41767%2F1;hp=60b1d1284d03036a20c8ec6d189d24f18468d0a0;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 60b1d128..f5129bf5 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -1,30 +1,22 @@ - + 4.0.0 - org.onap.aaf.auth - parent + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -35,22 +27,41 @@ true + + 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/ + /content/repositories/staging/ + /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-core + ${project.version} - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-cass + ${project.version} - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf + ${project.version} @@ -77,7 +88,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -89,14 +100,103 @@ org.onap.aaf.auth.locate.AAF_Locate locate - cadi_prop_files=${project.conf_dir}/org.osaaf.locate.props + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.locate.props + cadi_log_dir=${project.ext_root_dir}/logs/locate + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + ${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 + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +