From 9407eccc5c8347c7c92d2f25590d8867213107aa Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 19 Apr 2019 07:09:34 -0400 Subject: Rename classes to avoid duplicates Copy jacoco exec files for upload to sonar Handle ending midnight in time window Issue-ID: OPTFRA-474 Change-Id: Id5df25e404a08e039537e4eb987838835ee12f11 Signed-off-by: Jerry Flood --- cmso-sonar/pom.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'cmso-sonar/pom.xml') diff --git a/cmso-sonar/pom.xml b/cmso-sonar/pom.xml index a46add5..5811df7 100644 --- a/cmso-sonar/pom.xml +++ b/cmso-sonar/pom.xml @@ -55,7 +55,7 @@ false false false - + true @@ -87,6 +87,13 @@ + + org.apache.maven.plugins + maven-failsafe-plugin + + ${skipIntegrationTests} + + org.jacoco jacoco-maven-plugin @@ -98,6 +105,7 @@ report + ${skipIntegrationTests} ${project.basedir}/target/code-coverage/service.jacoco.exec ${project.basedir}/target/site/service-it @@ -111,6 +119,27 @@ + + post-integration-test2 + post-integration-test + + report + + + ${skipIntegrationTests} + ${project.basedir}/target/code-coverage/optimizer.jacoco.exec + ${project.basedir}/target/site/optimizer-it + + optimizer/** + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + -- cgit 1.2.3-korg