X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-locate%2Fpom.xml;h=3ea432b84a8aa81533b50d6ca5090364e6584c39;hb=54f1bd25e5a6fb84502d100dbb00e915d4be6556;hp=60b1d1284d03036a20c8ec6d189d24f18468d0a0;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 60b1d128..3ea432b8 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -1,102 +1,197 @@ - + - 4.0.0 - - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT - ../pom.xml - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + + org.onap.aaf.authz + authparent + 2.1.16-SNAPSHOT + ../pom.xml + - aaf-auth-locate - AAF Auth Locate - Location Service for AAF Auth Components + aaf-auth-locate + AAF Auth Locate + Location Service for AAF Auth Components - - 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 - aaf-auth-core - + + + org.onap.aaf.authz + aaf-auth-client + + + + org.onap.aaf.authz + aaf-auth-core + - - org.onap.aaf.auth - aaf-auth-cass - + + org.onap.aaf.authz + aaf-auth-cass + - - org.onap.aaf.cadi - aaf-cadi-aaf - - + + + org.onap.aaf.authz + aaf-auth-deforg + - - - - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.8.2 - - - - generate - - - - - src/main/xsd - - + + org.onap.aaf.authz + aaf-cadi-aaf + + + org.onap.aaf.authz + aaf-misc-rosetta + + - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.codehaus.mojo - appassembler-maven-plugin - - - - org.onap.aaf.auth.locate.AAF_Locate - locate - - cadi_prop_files=${project.conf_dir}/org.osaaf.locate.props - - - - - - - + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.8.2 + + + + generate + + + + + src/main/xsd + + + + org.codehaus.mojo + appassembler-maven-plugin + + + + org.onap.aaf.auth.locate.AAF_Locate + locate + + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.locate.props + cadi_log_dir=${project.ext_root_dir}/logs/locate + cadi_etc_dir=${project.ext_root_dir}/etc + + + + + + + org.jacoco + jacoco-maven-plugin + + + **/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} + +