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 from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to