From f25f772774da4c2ea9cb29af7a7ccb95ffa724f4 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 c7d933a4..57b0fb64 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1240,6 +1240,7 @@ **/*Tests.java + @@ -1249,6 +1250,7 @@ false -Xverify:all +