When ANTLR fails due to an error in my grammar, why does Maven report BUILD SUCCESSFUL?
The ANTLR grammar processor does not report errors to the plugin in all cases, therefore the plugin cannot tell Maven that there was a problem with the build. Hopefully, this will be addressed in later versions of the plugin and ANTLR.
[top]