X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fclient%2Fpom.xml;h=2f2a7ce8b542d92e4cda333b91c6f38bfd449bd0;hb=a97d731d65bb988e12495d7f9fa6565097c78e26;hp=c2e80827270ef53a7d13452ef022d691a14b8a12;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index c2e80827..2f2a7ce8 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -19,18 +19,37 @@ * --> - - org.onap.aaf.cadi - parent - 1.5.0-SNAPSHOT - .. - + + org.onap.aaf.authz + cadiparent + 2.1.1-SNAPSHOT + .. + aaf-cadi-client AAF CADI Client jar 4.0.0 + + 1.8 + + + 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 @@ -69,18 +88,17 @@ - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-rosetta - - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-core javax.servlet - servlet-api + javax.servlet-api compile @@ -90,8 +108,92 @@ org.apache.maven.plugins maven-jarsigner-plugin + 1.4 + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + + + **/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} + +