Remove Java 9 module export additions from JVM configuration (command-line) in the Maven Surefire Plugin when executing SDG tests.

Resolves #623.
This commit is contained in:
John Blum
2022-09-14 17:41:32 -07:00
parent 441e1cd98c
commit c459b60add

View File

@@ -74,7 +74,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.remote.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
<includes>
<include>**/*Tests.java</include>
<include>**/*Test.java</include>