From 8643a278abe9b721e5988a5b9f5498f9ba88da2a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 17 Dec 2021 06:53:33 +0100 Subject: POM: Add --add-opens flag to Surefire and Failsafe executions. Change-Id: I7e9f75693e79bf3ea8f756414e65815b5ab9dd6d --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1623195..7f8544f 100644 --- a/pom.xml +++ b/pom.xml @@ -126,11 +126,21 @@ maven-surefire-plugin ${surefire-plugin.version} + + + --add-opens eu.mulk.jgvariant.core/eu.mulk.jgvariant.core=ALL-UNNAMED + + maven-failsafe-plugin ${failsafe-plugin.version} + + + --add-opens eu.mulk.jgvariant.core/eu.mulk.jgvariant.core=ALL-UNNAMED + + -- cgit v1.2.3