X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=e042af9c27fd8b517eeeb472fabbce91d78455cc;hp=1311432704145a1e1c77c44a53210d794b9741d8;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hpb=c83c633d7a5f8ae8a7f84a15e3824c46ced305fe diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 13114327..e042af9c 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.misc - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + miscparent + 2.1.11-SNAPSHOT .. @@ -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,24 +88,6 @@ - - - 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} - - @@ -173,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -287,6 +294,29 @@ log4j compile + + + org.mockito + mockito-all + test + + + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + + junit + junit + test +