X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-batch%2Fpom.xml;h=6bebd2c61549e3ede731d520e7dc8cd322dbedcd;hb=50c23cc7adb0c5aef4415b7bd38fecec29f4fb2a;hp=c0888adf4203e474acbe343bb14b14bbf780a3d6;hpb=c434f3ccdf1ce66d35f1acee5352cfde8e4f3202;p=aaf%2Fauthz.git diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index c0888adf..6bebd2c6 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -23,13 +23,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.7-SNAPSHOT ../pom.xml - auth-batch + aaf-auth-batch AAF Auth Batch Batch Processing for AAF Auth jar @@ -71,14 +71,18 @@ + + + false + 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 @@ -91,27 +95,27 @@ - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-env - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-core - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-rosetta - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-cass @@ -137,13 +141,12 @@ org.apache.maven.plugins maven-deploy-plugin - true + false org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -152,56 +155,66 @@ - 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 + + + +