From 3901cf8002977b5008ecf727d9911dd9334e12da Mon Sep 17 00:00:00 2001 From: IanHowell Date: Tue, 3 Apr 2018 11:24:27 -0500 Subject: Update POMS for SONAR code coverage Issue-ID: AAF-128 Change-Id: I3340c9596682d00291414c5ae3e0a4b71d19c228 Signed-off-by: IanHowell --- cadi/client/pom.xml | 160 +++++++++++++++++++++++++--------------------------- 1 file changed, 77 insertions(+), 83 deletions(-) (limited to 'cadi/client/pom.xml') diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index da0286b0..fa9cd892 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -19,12 +19,12 @@ * --> - - org.onap.aaf.authz.cadi - parent - 1.5.0-SNAPSHOT - .. - + + org.onap.aaf.authz.cadi + parent + 1.5.0-SNAPSHOT + .. + aaf-cadi-client AAF CADI Client @@ -32,22 +32,22 @@ 4.0.0 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -88,7 +88,7 @@ org.onap.aaf.authz.misc aaf-misc-rosetta - + org.onap.aaf.authz.cadi @@ -109,7 +109,7 @@ maven-jarsigner-plugin 1.4 - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -119,74 +119,68 @@ 176c31dfe190a ecomp-staging - + - 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 + ${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 + + + + - + ecomp-releases -- cgit 1.2.3-korg