From 9db369945ec1c9d9e0c3d9719758be6ea4ac14cd Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Fri, 10 Jun 2016 20:16:51 +0200 Subject: [PATCH] Includes report generation for integration tests The POM file has been changed to include the generation of reports for integration tests (execution and coverage) even when acceptance tests are not run. --- pom.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 985c2e6..7ac5188 100644 --- a/pom.xml +++ b/pom.xml @@ -227,6 +227,14 @@ report-only + + integration-test-report + integration-test + + report-only + failsafe-report-only + + @@ -257,6 +265,16 @@ check + + jacoco-report + post-integration-test + + report + + + ${project.reporting.outputDirectory}/jacoco-it + + @@ -292,23 +310,6 @@ - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire.version} - - - - integration-test-report - integration-test - - report-only - failsafe-report-only - - - - - org.jacoco jacoco-maven-plugin -- 2.18.1