From cc4288d3e2ac565d362f1eb1037481516b8da386 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Wed, 15 Jul 2020 12:53:21 +0200 Subject: [PATCH] Added the failsafe report to the reports for the ccm-core project site Former-commit-id: f73735d8092e0ad123d189c0ac4ba4fd477c4453 --- ccm-core/pom.xml | 25 +++++++++++++++++++++++++ pom.xml | 5 +++++ 2 files changed, 30 insertions(+) diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index b23d24c57..86a5e1167 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -413,6 +413,14 @@ false + + + unit-tests + + report-only + + + @@ -1063,6 +1071,23 @@ + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + integration-tests + + failsafe-report-only + + + + + + + diff --git a/pom.xml b/pom.xml index d051b2c04..3a1cda1a4 100644 --- a/pom.xml +++ b/pom.xml @@ -252,6 +252,11 @@ maven-surefire-plugin 3.0.0-M3 + + org.apache.maven.plugins + maven-surefire-report-plugin + 3.0.0-M5 + org.apache.maven.plugins maven-site-plugin