X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fshiro%2Fpom.xml;h=4813c383b6f2dabbe79cd3525455acd17442a7d2;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=07ff5ab538f770a66b3729f1c0d6a757ade97807;hpb=a20accc73189d8e5454cd26049c0e6fae75da16f;p=aaf%2Fauthz.git diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 07ff5ab5..4813c383 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. @@ -33,6 +33,24 @@ jar aaf-cadi-shiro + + + 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} + + Jonathan Gathman @@ -59,11 +77,19 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -73,6 +99,102 @@ - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + + + 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} + +