aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'run-all-junit-tests/pom.xml')
-rw-r--r--run-all-junit-tests/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index 583acfae1..30df18d38 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -198,7 +198,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
- <argLine>${jvm.arg.addOpens}</argLine>
+ <argLine>
+ ${jvm.arg.addOpens}
+ ${jvm.arg.allowSecurityManager}
+ </argLine>
</configuration>
<executions>
<execution>
@@ -253,4 +256,3 @@
</build>
</project>
-