From 235041f404c5d84ba4c5701df09488b59eaf754a Mon Sep 17 00:00:00 2001 From: Col-E Date: Tue, 27 Jul 2021 01:38:56 -0400 Subject: [PATCH] TIL that surefire scans ALL classes in `test/` for tests, even if they're not in the source directory. This is really dumb, the files are in the RESOURCES folder for a damn reason --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ca37afc..3b802ab 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ maven-surefire-plugin 3.0.0-M4 + samples/** false 1