You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@udo.edu> on 2009/09/30 15:53:34 UTC

[ANN] JavaCC Maven Plugin 2.6 Released

The Mojo team is pleased to announce the release of the JavaCC Maven 
Plugin, version 2.6.

This plugin generates parsers from grammars using JavaCC. See the 
plugin's site for more details:

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

To use the updated plugin in your projects, you need to add the 
following snippet to the plugins or plugin management section of your POM:

    <plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>javacc-maven-plugin</artifactId>
      <version>2.6</version>
      <executions>
        ...
      </executions>
    </plugin>


Release Notes - Maven 2.x JavaCC Plugin - Version 2.6

** Wish
     * [MJAVACC-91] - Update to JavaCC 5.0


Enjoy,

-The Mojo team


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