X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-client%2Fpom.xml;h=c53b9597796a73fcf3c1259b29e5e75f6cc35aeb;hb=17ca744723bd652f15d59d6c8555824f6e49018d;hp=56672b16e45fc46d79fd5a823df261cb47e90b00;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 56672b16..c53b9597 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -27,13 +27,27 @@ aaf-auth-client AAF Auth Client XSD Generated classes for AAF Auth - org.onap.aaf.auth + org.onap.aaf.authz.auth 2.10-SNAPSHOT jar UTF-8 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} @@ -62,6 +76,14 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -98,7 +120,7 @@ maven-deploy-plugin 2.5 - false + true @@ -111,21 +133,86 @@ 1.6 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + org.onap.aaf.* + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-it.exec + + + + + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + + + - + - 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} + -