You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/03/25 00:42:17 UTC

[jira] Updated: (MNG-603) sablecc plugin

     [ http://jira.codehaus.org/browse/MNG-603?page=all ]

Brett Porter updated MNG-603:
-----------------------------

    Reporter: Jesse McConnell  (was: Jesse McConnell)

> sablecc plugin
> --------------
>
>          Key: MNG-603
>          URL: http://jira.codehaus.org/browse/MNG-603
>      Project: Maven 2
>         Type: Improvement

>     Reporter: Jesse McConnell
>  Attachments: maven-sablecc-plugin.tar, maven-sablecc-plugin.v2.tar, maven-sablecc-plugin.v3.tar
>
>
> added a sablecc plugin which can be used like this:
>         <plugin>
>             <artifactId>maven-sablecc-plugin</artifactId>
>             <version>1.0-SNAPSHOT</version>
>             <configuration>
>                <grammars>expressions.grammar, aicc.grammar</grammars>
>             </configuration>
>             <executions>
>                <execution>
>                   <phase>generate-sources</phase>
>                   <goals>
>                      <goal>generate</goal>
>                   </goals>
>                </execution>
>             </executions>
>          </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira