X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-service%2Fpom.xml;h=63585f94c39dfd6d9ef0e624feb877dd2112b25c;hb=54f1bd25e5a6fb84502d100dbb00e915d4be6556;hp=33560e33de9896abefbe45b4f0eabe00da11e19d;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 33560e33..63585f94 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -1,144 +1,207 @@ - + - 4.0.0 - - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT - ../pom.xml - - - aaf-auth-service - AAF Auth Service - Core API Component for AAF Auth - - - true - - - - - org.onap.aaf.auth - aaf-auth-client - - - - org.onap.aaf.auth - aaf-auth-core - - - - - org.onap.aaf.auth - aaf-auth-deforg - - - - org.onap.aaf.auth - aaf-auth-cass - - - - org.onap.aaf.auth - aaf-auth-oauth - - - - org.onap.aaf.misc - aaf-misc-rosetta - - - - org.onap.aaf.cadi - aaf-cadi-aaf - - - - org.eclipse.jetty - jetty-servlet - - - - org.slf4j - slf4j-log4j12 - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - *.properties - - - 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.codehaus.mojo - appassembler-maven-plugin - - - - org.onap.aaf.auth.service.AAF_Service - service - - cadi_prop_files=${project.conf_dir}/org.osaaf.service.props - - - - - - - - - - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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-service + AAF Auth Service + Core API Component for AAF Auth + + + 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.authz + aaf-auth-client + + + + org.onap.aaf.authz + aaf-auth-core + + + + + org.onap.aaf.authz + aaf-auth-deforg + + + + org.onap.aaf.authz + aaf-auth-cass + + + + org.onap.aaf.authz + aaf-auth-oauth + + + + org.onap.aaf.authz + aaf-misc-rosetta + + + + org.onap.aaf.authz + aaf-cadi-aaf + + + + org.eclipse.jetty + jetty-servlet + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + *.properties + + + 2.3.1 + + + org.codehaus.mojo + appassembler-maven-plugin + + + + org.onap.aaf.auth.service.AAF_Service + service + + 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 + + + + + + + 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} + + +