We are pleased to announce the Maven Antlr Plugin 1.1 release! http://maven.apache.org/maven-1.x/plugins/antlr/ =============================================================================== Changes in this version include: New Features: o Added documentation for navigation, changes, properties and goals Fixed bugs: o Upgraded version of Antlr used to 2.7.2, so that this plugin plays well with the Checkstyle plugin (which requires Antlr 2.7.2). Fixes MPANTLR-1. Changes: o update to commons-lang 1.0.1 o Can now use maven.antlr.target.dir to set where generated files are placed. Defaults to ${maven.build.dir}/antlr =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-antlr-plugin -Dversion=1.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-antlr-plugin-1.1.jar Have fun! -The Maven Antlr Plugin development team