maven-dependency-plugin
maven-dependency-plugin copied to clipboard
[MDEP-931] AbstractSerializingVisitor should not use PrintWriter
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: