Description: putting args between <argLine> markups on one line so that the
 Debian-packaged Maven succeeds in invoking tests.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2025-02-08

--- a/jctools-core/pom.xml
+++ b/jctools-core/pom.xml
@@ -332,8 +332,7 @@
 						<artifactId>maven-surefire-plugin</artifactId>
 						<configuration>
 							<argLine>
-								--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
-								--add-exports java.base/jdk.internal.util=ALL-UNNAMED
+								--add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.base/jdk.internal.util=ALL-UNNAMED
 							</argLine>
 							<excludes>
 								<exclude>org.jctools.maps.linearizability_test.**</exclude>
