X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fshiro%2Fpom.xml;h=316cd08a0e9150ddeb8e9f98cecefe04ad5ff028;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=21b67f68058510976523e3826c77fb22ce2fac3f;hpb=d97041c12ad87a4861557200f502b094e1b08535;p=aaf%2Fauthz.git diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 21b67f68..316cd08a 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.cadi - parent - 1.5.0-SNAPSHOT + org.onap.aaf.authz + cadiparent + 2.1.2-SNAPSHOT .. @@ -35,12 +35,13 @@ + true 0.7.7.201606060606 3.2 jacoco - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org @@ -49,7 +50,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -88,106 +89,102 @@ - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf + + org.apache.shiro shiro-core 1.3.2 + - + 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 - - - - - + org.apache.maven.plugins + maven-deploy-plugin + + false + + + + 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