From 21c2d17a3f3c01a5693b03e502f478a93cd4f4af Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Sun, 28 Oct 2018 23:06:22 +0100 Subject: [PATCH] exclude styles.css, update of surefire plugin --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index adb73b8..4ca3459 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ jacoco reuseReports ${project.basedir}/target/jacoco.exec - ${project.basedir}/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css + **/src/main/webapp/VAADIN/**/* @@ -242,6 +242,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.22.1 @@ -250,11 +251,6 @@ - - org.junit.platform - junit-platform-surefire-provider - 1.3.1 - org.junit.jupiter junit-jupiter-engine