X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Faaf%2Fpom.xml;h=ab4b284bc83ea5f7c1ccd8f28a6408eebd19958e;hb=103d3ca78423b8c90be7ab3ce76c7144f31476d7;hp=25655d0bb9e1a9e4dcbd3e98f93297cd207778b4;hpb=d97041c12ad87a4861557200f502b094e1b08535;p=aaf%2Fauthz.git diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 25655d0b..ab4b284b 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. @@ -35,19 +35,20 @@ + 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 /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/cadi/${project.artifactId}/${project.version} @@ -109,7 +110,7 @@ javax.servlet - servlet-api + javax.servlet-api provided @@ -119,7 +120,7 @@ org.apache.maven.plugins maven-compiler-plugin - + org.sonatype.plugins nexus-staging-maven-plugin true @@ -128,82 +129,76 @@ 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