1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: adding missing --add-opens on Debian for the tests
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-22
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.3</version>
<configuration>
+ <argLine>--add-opens=ojalgo/org.ojalgo.ann=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.data.cluster=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.data.transform=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.machine=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.optimisation=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.optimisation.convex=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.optimisation.linear=ALL-UNNAMED --add-opens=ojalgo/org.ojalgo.type=ALL-UNNAMED</argLine>
<includes>
<include>**/*.java</include>
</includes>
@@ -196,4 +197,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
|