X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-gui%2Fpom.xml;h=215584f06a7c396560915ceff0d9d5bfff671c87;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=1b2fb169a634aab08bb4033f54f1d70770a7ce96;hpb=f33ea6d31e3414c4eab1d4202f3625a64164e1ef;p=aaf%2Fauthz.git diff --git a/authz-gui/pom.xml b/authz-gui/pom.xml index 1b2fb169..215584f0 100644 --- a/authz-gui/pom.xml +++ b/authz-gui/pom.xml @@ -17,12 +17,7 @@ Authz GUI (Mobile First) GUI for Authz Management https://github.com/att/AAF - - - BSD License - - - + Jonathan Gathman @@ -43,11 +38,12 @@ 1.0.0-SNAPSHOT 3.1.200 java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec ${project.build.directory}/coverage-reports/jacoco-it.exec - false + true ${project.version} https://nexus.onap.org /content/repositories/snapshots/ @@ -209,91 +205,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 + + + +