elharo opened a new issue, #389:
URL: https://github.com/apache/maven-help-plugin/issues/389
These three mojos always log to console AND unconditionally call
writeFile(output, ...) (no-op when null). Every other mojo uses if (output !=
null) { ... } else { getLog().info(...); }. The dual-write means content is
always printed to console even when writing to file. They also do not prepend
the "Generated by Maven Help Plugin" header that ActiveProfilesMojo and
SystemMojo add.
Files:
- ListDependencyTypesMojo.java:95-96
- ListLifecyclePhasesMojo.java:76-77
- ListPackagingMojo.java:110-111
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]