Open
Description
I first reported this issue on the Maven Compiler Plugin (https://issues.apache.org/jira/browse/MCOMPILER-407) and it was suggested that the fix needs to happen here first.
Certain Java annotation processors and compiler plugins like The Checker Framework can print useful diagnostics on stdout. Currently, there is no way to see this output using the Maven Compiler Plugin, even when Maven is run with the -X
option. I suggest that when Maven is in debug mode, there should be a debug message printed with the full stdout of the Java compiler. This should also work if the compiler is forked.
If someone points me at the relevant code, I am happy to try to submit a pull request for this change.
Metadata
Metadata
Assignees
Labels
No labels