X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-deforg%2Fpom.xml;h=2e02120d1f60adb5fe3a7dae8c09c4ea5cec1dd8;hb=17ca744723bd652f15d59d6c8555824f6e49018d;hp=29de4fd33583338d60f13dada51bbafffb207756;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 29de4fd3..2e02120d 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -25,7 +25,7 @@ parent ../pom.xml - org.onap.aaf.auth + org.onap.aaf.authz.auth 2.1.0-SNAPSHOT @@ -60,22 +60,47 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + + true + + false + + 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.cadi + org.onap.aaf.authz.cadi aaf-cadi-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core @@ -88,6 +113,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-javadoc-plugin @@ -181,4 +213,20 @@ + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +