mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-24 06:36:12 +00:00
Prevent newer surefire from invoking FetchHTTPTests directly
It seems older versions only matched *Test.java but the new version is now incorrectly including it.
This commit is contained in:
@@ -80,6 +80,9 @@
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/TestAll.java</exclude>
|
||||
<!-- exclude FetchHTTPTests because its not meant to be invoked directly and newer
|
||||
versions of surefire are more lax about the filenames they pickup -->
|
||||
<exclude>**/*Tests.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user