X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-deforg%2Fpom.xml;h=bce3199d05d9784b6f887ba36080e3c3bb3bece6;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=29de4fd33583338d60f13dada51bbafffb207756;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 29de4fd3..bce3199d 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -23,10 +23,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - parent + authparent ../pom.xml - org.onap.aaf.auth - 2.1.0-SNAPSHOT + org.onap.aaf.authz + 2.1.2-SNAPSHOT aaf-auth-deforg @@ -60,22 +60,45 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 aaf-cadi-core - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-core @@ -83,11 +106,24 @@ javax.mail mail + + + org.jvnet.mock-javamail + mock-javamail + 1.9 + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.apache.maven.plugins maven-javadoc-plugin @@ -128,7 +164,6 @@ - pre-unit-test @@ -139,8 +174,6 @@ surefireArgLine - - post-unit-test test @@ -150,6 +183,9 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec ${project.reporting.outputDirectory}/jacoco-ut + + ** + @@ -160,10 +196,12 @@ ${project.build.directory}/code-coverage/jacoco-it.exec + + ** + failsafeArgLine - post-integration-test post-integration-test @@ -181,4 +219,20 @@ + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +