
maven-annotation-plugin - issue #56
Map javax.tools.Diagnostic.Kind.NOTE to Maven's INFO log level
Currently if a processor implementation emits a message using javax.tools.Diagnostic.Kind.NOTE, it is mapped to Maven's DEBUG level and thus invisible by default.
The patched version at https://code.google.com/r/haraldpehl-maven-annotation-plugin/source/detail?r=e245b8f47ff841f4cfb982b87911f005937cb57f maps NOTE to INFO which shows the messages by default. This applies to the defaults when using mave-compiler-plugin config only.
Comment #1
Posted on Jun 23, 2014 by Quick RabbitThx for feedback
I'll evaluate your fix soon
Comment #2
Posted on Jun 28, 2014 by Quick Rabbit(No comment was entered for this change.)
Comment #3
Posted on Jun 28, 2014 by Quick Rabbit(No comment was entered for this change.)
Comment #4
Posted on Jun 28, 2014 by Quick Rabbiti've deployed release 3.1.0-beta1 that should solve issue
Status: Fixed
Labels:
Type-Defect
Priority-Medium