Difference between revisions of "ANTLR maven plugin"

From BITPlan Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
* http://www.mojohaus.org/build-helper-maven-plugin/usage.html
 
* http://www.mojohaus.org/build-helper-maven-plugin/usage.html
 +
 +
= Example pom configurations =
 +
* https://github.com/antlr/grammars-v4/blob/master/antlr4/pom.xml

Revision as of 09:26, 22 October 2017

This article is motivated by ANTLR Issue 2061- reference to undefined rule - useability of import and maven setup for it.

As of 2017-10-22 ANTLR Maven plugin 4.7 is the latest version of the ANTLR Maven plugin.

The available versions of the ANTLR Maven plugin started with Version 4.0 in January 2013.

The documentation on www.antlr.org is at Version 4.5 at the time of writing this article.

Example pom configurations