You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/20 10:06:40 UTC

[tomcat-taglibs-parent] 01/02: Need to be able to pass --add-opens=... when on Java 9+

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-parent.git

commit 437106e1bd7fc3865ce1b2ea894c8f0501045034
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 20 10:05:25 2023 +0000

    Need to be able to pass --add-opens=... when on Java 9+
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3e0d74c..62975d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
     <maven.compiler.target>8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <surefire.argLine></surefire.argLine>
   </properties>
 
   <issueManagement>
@@ -116,6 +117,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>3.0.0-M4</version>
+          <configuration>
+            <argLine>${surefire.argLine}</argLine>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org