X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-core%2Fpom.xml;h=2bc992877bbe800339ed4b3a5510d66c8304695d;hb=f2b24d074b23704f809ea19ebcf558b3a39eb5b9;hp=7281cee2c9209997a3e83d0090d69262e591c740;hpb=a46f569038869c77dbf7d34059c8ab2ae720e102;p=aaf%2Fauthz.git diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 7281cee2..2bc99287 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -23,9 +23,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.aaf.authz.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.15 ../pom.xml @@ -77,8 +77,8 @@ 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 @@ -90,26 +90,26 @@ - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-env - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf javax.servlet - servlet-api + javax.servlet-api - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-log4j - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-core @@ -119,7 +119,10 @@ compile - + + org.slf4j + slf4j-log4j12 + @@ -128,71 +131,67 @@ org.apache.maven.plugins maven-deploy-plugin - true + false - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - - - + + 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 + + + +