X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fcore%2Fpom.xml;h=c458fc98d1e509b18ac0652f58783176fbd12d6c;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=1e8ea1c9197422922ba99fbbe95eba0766e8804a;hpb=a20accc73189d8e5454cd26049c0e6fae75da16f;p=aaf%2Fauthz.git diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 1e8ea1c9..c458fc98 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -1,22 +1,22 @@ - - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent .. - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT 4.0.0 @@ -24,6 +24,23 @@ aaf-cadi-core jar + + + 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} + + Jonathan Gathman @@ -50,21 +67,30 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + javax.servlet - javax.servlet-api + servlet-api provided - org.apache.maven.plugins maven-jarsigner-plugin + 1.4 org.apache.maven.plugins @@ -89,7 +115,91 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/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 + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +