You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: