Open
Description
Elliotte Rusty Harold opened MDEP-931 and commented
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.
Remote Links: