I have an APT processor that display warnings on some conditions. My project is using a maven1 build calling ant:apt
How to make maven fails when warning conditions are met ? (the processor can be modified)
Thanks.
|
I have an APT processor that display warnings on some conditions. My project is using a maven1 build calling ant:apt How to make maven fails when warning conditions are met ? (the processor can be modified) Thanks. |
|||
|
|
|
The annotation processor needs to create a message of Kind
(Acquire the ProcessingEnvironment through the processor's init method) Reference: |
|||
|
|