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

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

Apart from updating to JavaCC 4.1, this minor release simplifies usage of customized parser files and provides better inter-op with IDEA's Maven integration.

To get this update, simply specify the version in the plugin configuration of your POM:

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

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

** Improvement
* [MJAVACC-87] - Allow customized parser sources to reside in src/main/java * [MJAVACC-89] - Register output from JJTree/JTB as a distinct compile source root * [MJAVACC-90] - Avoid copying of Java sources next to grammar if grammar files reside in src/main/java

** Wish
    * [MJAVACC-88] - Update to JavaCC 4.1


Regards,


Benjamin Bentmann

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to