X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-test%2Fpom.xml;fp=authz-test%2Fpom.xml;h=755d39691a0659208cb68cd812b466597341b563;hb=2783a8d9ef962f65f4a0d170525f9b2982e331a8;hp=6b8b5882b95c2722b320510bc92ec4ff36eead6c;hpb=d84864f6ed33e446742db2d1eb11b3706ab4c961;p=aaf%2Fauthz.git diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 6b8b5882..755d3969 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -183,91 +183,56 @@ - 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 - - - - + 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 + + + +