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/aaf/pom.xml | 140 ++++++++++++++++----------------- cadi/cass/pom.xml | 1 - cadi/client/pom.xml | 160 ++++++++++++++++++-------------------- cadi/core/pom.xml | 148 +++++++++++++++++------------------ cadi/oauth-enduser/pom.xml | 119 ++++++++++++++-------------- cadi/pom.xml | 189 ++++++++++++++++++++++----------------------- cadi/shiro/pom.xml | 148 +++++++++++++++++------------------ 7 files changed, 433 insertions(+), 472 deletions(-) (limited to 'cadi') diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 25655d0b..c9b59a61 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-compiler-plugin - + org.sonatype.plugins nexus-staging-maven-plugin true @@ -128,82 +128,76 @@ 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 - - - - - - + ecomp-releases diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml index ae4d06af..e6327055 100644 --- a/cadi/cass/pom.xml +++ b/cadi/cass/pom.xml @@ -170,7 +170,6 @@ ${project.build.directory}/code-coverage/jacoco-it.exec - failsafeArgLine 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 diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 35c5a2ee..93d5a8f6 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -1,14 +1,14 @@ - @@ -40,7 +40,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -86,7 +86,7 @@ - org.apache.maven.plugins maven-jarsigner-plugin @@ -124,71 +124,65 @@ 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 + + + + diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index ba04a9a1..b11805bc 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -134,69 +134,64 @@ - 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 - - + 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 - - - post-integration-test - post-integration-test - - report - - - ${project.build.directory}/code-coverage/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it - - - - + failsafeArgLine + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + org.apache.maven.plugins maven-deploy-plugin diff --git a/cadi/pom.xml b/cadi/pom.xml index 5c72f5bc..a9d8a998 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -31,12 +31,12 @@ pom - + org.onap.oparent oparent 1.1.0 - + true UTF-8 @@ -104,10 +104,10 @@ org.mockito mockito-all - 1.9.5 + 1.9.5 test - + org.powermock powermock-module-junit4 @@ -227,31 +227,31 @@ jetty-servlet ${project.jettyVersion} - + org.eclipse.jetty jetty-io ${project.jettyVersion} - + org.eclipse.jetty jetty-security ${project.jettyVersion} - + org.eclipse.jetty jetty-http ${project.jettyVersion} - + org.eclipse.jetty jetty-util ${project.jettyVersion} - + org.eclipse.jetty jetty-server @@ -263,7 +263,7 @@ servlet-api 2.5 - + org.slf4j slf4j-api @@ -279,7 +279,7 @@ src/test/java - + true @@ -291,7 +291,7 @@ 1.7 - + org.apache.maven.plugins 2.4 @@ -315,7 +315,7 @@ org.opendaylight.* - + maven-release-plugin 2.5.2 @@ -323,12 +323,12 @@ -s ${mvn.settings} deploy - + maven-assembly-plugin 2.5.5 - + org.apache.maven.plugins maven-deploy-plugin @@ -336,15 +336,15 @@ false - + - + org.apache.maven.plugins maven-dependency-plugin 2.10 - + maven-surefire-plugin @@ -352,8 +352,8 @@ - - org.eclipse.m2e @@ -385,86 +385,79 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 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.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 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 + + + + - + - ecomp-releases @@ -481,5 +474,5 @@ dav:${nexusproxy}${sitePath} - + diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 21b67f68..4edabecf 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -49,7 +49,7 @@ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + Jonathan Gathman @@ -99,7 +99,7 @@ - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -109,85 +109,77 @@ 176c31dfe190a ecomp-staging - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.1 - - false - - - + - 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.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + + + 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