X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-fs%2Fpom.xml;h=fe789cb5fbc14717faa1ca02668d4b87e82a59e6;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=a8070980d3133ad538face5764d101ca912970a2;hpb=f33ea6d31e3414c4eab1d4202f3625a64164e1ef;p=aaf%2Fauthz.git diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index a8070980..fe789cb5 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -35,12 +35,7 @@ Authz File Server Independent FileServer via HTTP (not S) for Public Files (i.e. CRLs) https://github.com/att/AAF - - - BSD License - - - + Jonathan Gathman @@ -56,11 +51,12 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 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/ @@ -143,91 +139,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 + + + +