From d4556e476f26e28fb0b4ad3446a130bde97201ac Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 23 Sep 2020 15:06:35 -0500 Subject: [PATCH] Issue #5264 - Work around junit-vintage flappy test error + ApacheDS has old school testing lib which doesn't play nice with surefire. Signed-off-by: Joakim Erdfelt --- jetty-jaas/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 24b49ff4bdb..74a67183640 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -31,6 +31,15 @@ org.eclipse.jetty.jaas.* + + org.apache.maven.plugins + maven-surefire-plugin + + false + false + true + +