Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
See https://github.com/apache/maven-dependency-plugin/pull/391/files
AbstractSerializingVisitor uses a PrintWriter which swallows exceptions. It should use a regular Writer instead.
This is exposed in the protected API so fixing this is ugly.