From 7346042f901fae6fadadcfbafda08b87b9202c4b Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 28 Sep 2023 11:35:23 +0200 Subject: [PATCH] Remove default surefire/failsafe exclusions to run nested tests by default. Surefire and Failsafe plugins by default exclude nested classes. This overwrites these excludes with empty ones, thus enabling execution of nested classes. See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html\#excludes Closes #2119 --- parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 5a787b17..3f1e4531 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1361,6 +1361,7 @@ **/*Tests.java + @@ -1370,6 +1371,7 @@ false -Xverify:all +