We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0c3cd commit 410f14cCopy full SHA for 410f14c
pom.xml
@@ -888,6 +888,10 @@
888
<name>java.awt.headless</name>
889
<value>true</value>
890
</property>
891
+ <property>
892
+ <name>skipDoSAttackTests</name>
893
+ <value>${surefire.skipDoSAttackTests}</value>
894
+ </property>
895
</systemProperties>
896
</configuration>
897
</plugin>
@@ -1136,6 +1140,7 @@
1136
1140
<jar.module.name>${project.artifactId}</jar.module.name>
1137
1141
<javadoc.java.release>17</javadoc.java.release>
1138
1142
<javadoc.link.javase>https://docs.oracle.com/en/java/javase/${javadoc.java.release}/docs/api/</javadoc.link.javase>
1143
+ <surefire.skipDoSAttackTests>false</surefire.skipDoSAttackTests>
1139
1144
1145
<argLine>${surefire.argline}</argLine>
1146
<javadoc.doclint>-missing</javadoc.doclint>
0 commit comments