From 7869efabd5bc4b32fd8bf8347093fa87ab774957 Mon Sep 17 00:00:00 2001 From: YuriyZ Date: Thu, 30 Jun 2022 12:53:24 +0300 Subject: [PATCH] fix(jans-auth-server): disable surefire for jans-auth-static https://github.com/JanssenProject/jans/issues/1644 --- jans-auth-server/static/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jans-auth-server/static/pom.xml b/jans-auth-server/static/pom.xml index f68a6f3ae82..e055038a010 100644 --- a/jans-auth-server/static/pom.xml +++ b/jans-auth-server/static/pom.xml @@ -25,6 +25,13 @@ maven-site-plugin 2.1.1 + + org.apache.maven.plugins + maven-surefire-plugin + + true + + \ No newline at end of file