From 7a533e886f3017c052f650c2e40e7388dd4195ee Mon Sep 17 00:00:00 2001 From: TheSnoozer Date: Wed, 9 Jun 2021 00:09:11 +0200 Subject: [PATCH] https://github.com/stefanbirkner/system-lambda/issues/23: pass '--illegal-access=permit' for running tests to allow the system-rules package to operate properly --- maven/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maven/pom.xml b/maven/pom.xml index d499eb71..60876da9 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -191,6 +191,15 @@ org.apache.maven.plugins maven-jar-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + false + + --illegal-access=permit + +