X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-oauth%2Fpom.xml;h=16a3715b22a073b0e32d99dfc75e64370b00fdde;hb=a97d731d65bb988e12495d7f9fa6565097c78e26;hp=40ada58a64caef042a2f8d7ada1c04580ee76712;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 40ada58a..16a3715b 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -1,31 +1,23 @@ - + 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.1-SNAPSHOT ../pom.xml @@ -35,21 +27,37 @@ 25 + + + 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 - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf @@ -72,7 +80,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -84,25 +92,102 @@ org.onap.aaf.auth.oauth.AAF_OAuth oauth - cadi_prop_files=${project.conf_dir}/org.osaaf.oauth.props + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.oauth.props + cadi_log_dir=${project.ext_root_dir}/logs/oauth + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + 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 + + + + - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + ecomp-site + dav:${nexusproxy}${sitePath} + +