We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246415d commit cf61b33Copy full SHA for cf61b33
1 file changed
pom.xml
@@ -921,6 +921,11 @@
921
-->
922
<argLine>@{argLine} -ea -Xms1024m -Xmx4096m -Xss4m -Dfile.encoding=UTF-8 -Djdk.attach.allowAttachSelf=true -Duser.language=en -Duser.country=GB ${addOpens}</argLine>
923
<runOrder>alphabetical</runOrder>
924
+ <excludes>
925
+ <!-- Do NOT run integration tests with surefire... use failsafe!!!-->
926
+ <exclude>**/*IT.java</exclude>
927
+ <exclude>**/*IT.kt</exclude>
928
+ </excludes>
929
</configuration>
930
</plugin>
931
0 commit comments