X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-deforg%2Fpom.xml;h=a72a38a57837f2d92be13bde0ff17b7afbf9e069;hb=7cd0977156eca54c62ba9a5776038144375e292a;hp=1d424b47c759661093819cdabef62b5b073f811c;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 1d424b47..a72a38a5 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.14-SNAPSHOT aaf-auth-deforg @@ -73,29 +73,47 @@ 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 - - javax.mail - mail - + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.apache.maven.plugins maven-javadoc-plugin @@ -112,17 +130,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.jacoco jacoco-maven-plugin @@ -136,7 +143,6 @@ - pre-unit-test @@ -147,8 +153,6 @@ surefireArgLine - - post-unit-test test @@ -158,6 +162,9 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec ${project.reporting.outputDirectory}/jacoco-ut + + ** + @@ -168,10 +175,12 @@ ${project.build.directory}/code-coverage/jacoco-it.exec + + ** + failsafeArgLine - post-integration-test post-integration-test @@ -189,4 +198,20 @@ + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +