You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Gier <pg...@redhat.com> on 2010/11/22 21:55:16 UTC

[ANN] Antlr Maven Plugin 2.2 Released

Hi,

The Mojo team is pleased to announce the release of the Antlr Maven
Plugin version 2.2.

The Antlr Plugin uses the parser generator Antlr v2 to generate source
code based on Antlr grammar files.

http://mojo.codehaus.org/antlr-maven-plugin/

To get this update, simply specify the version in your project's plugin
configuration:

    <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>antlr-maven-plugin</artifactId>
        <version>2.2</version>
    </plugin>


Release Notes - Maven 2.x Antlr Plugin - Version 2.2

** Bug
    * [MANTLR-1] - ANTLR plugin does not track dependencies based on
importVocab/exportVocab options
    * [MANTLR-3] - ANTLR plugin does not reorder grammars connected by
importVocab/exportVocab dependencies
    * [MANTLR-29] - Impossible to utilize dependent grammars
(import/export vocabs) using different packages


Enjoy,

The Mojo team.

Paul Gier








---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org