The ant check-jars target has a delete-file rule for lib/findbugs-*-2.0.3*,
which deletes the 7.6 MB lib/findbugs-noUpdateChecks-2.0.3.zip file.

Was this rule added when we tried to upgrade to findbugs 3.0 before
realizing they deprecated Java 6 support, or did we have CI problems when
this zip file lingered around?

Apart from being a negligible waste of bandwidth, my company blocks traffic
to sourceforge.net, so I'm unable to run ant findbugs or jenkins without
modifying my build.xml and copying the findbugs zip file into ${main.lib}.

Is it safe to remove the delete-file rule for ${main.lib}/findbugs-*-2.0.3*?

Reply via email to