X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=071cfa4a6e04b8bccd9312abb2a77d3b6d33d2b7;hb=f2b24d074b23704f809ea19ebcf558b3a39eb5b9;hp=a6a87e91269b0a086d72f59897cc4dae3e013ed4;hpb=e612377163e148280503ca8db93223ab1fdee4dc;p=aaf%2Fauthz.git diff --git a/misc/env/pom.xml b/misc/env/pom.xml index a6a87e91..071cfa4a 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.misc - parent - 1.3.0-SNAPSHOT + org.onap.aaf.authz + miscparent + 2.1.15 .. @@ -33,6 +33,25 @@ AAF Misc Env 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 @@ -69,23 +88,6 @@ - - - 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} - - @@ -172,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -207,17 +215,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.jacoco jacoco-maven-plugin @@ -286,6 +283,29 @@ log4j compile + + + org.mockito + mockito-all + test + + + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + + junit + junit + test +