We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9234a commit ea87cc1Copy full SHA for ea87cc1
1 file changed
pom.xml
@@ -1449,5 +1449,15 @@
1449
<javadoc.options>-Xdoclint:none</javadoc.options>
1450
</properties>
1451
</profile>
1452
+
1453
+ <profile>
1454
+ <id>allow-securitymanager</id>
1455
+ <activation>
1456
+ <jdk>[18,23]</jdk>
1457
+ </activation>
1458
+ <properties>
1459
+ <maven.surefire.allow.securitymanager>-Djava.security.manager=allow</maven.surefire.allow.securitymanager>
1460
+ </properties>
1461
+ </profile>
1462
</profiles>
1463
</project>
0 commit comments