[antlr-interest] Maven plugin documentation...

Jim Idle jimi at temporal-wave.com
Tue Mar 31 20:24:12 PDT 2009


Michael Bedward wrote:
> That's terrific, thanks Jim.
>
> I notice that in the different examples <goals> is sometimes inside
> <configuration> and sometimes outside.  Is this right ?  I ask because
> when I'm editing the pom.xml file in Netbeans, the editor doesn't
> suggest the goals element when inside configuration.
>
> cheers
> Michael
>
> 2009/4/1 Jim Idle <jimi at temporal-wave.com>:
>   
>> Is now updated to reflect the usage of version 3.1.3-1 and provide more
>> information about the project and so on.
>>
>> Visit: http://www.antlr.org/antlr3-maven-plugin
>>
>> For more information.
>>
>> Jim
>>
>> List: http://www.antlr.org/mailman/listinfo/antlr-interest
>> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
>>
>>     
I'll check the examples, but:

<plugin>
                <groupId>org.antlr</groupId>
                <artifactId>antlr3-maven-plugin</artifactId>
                <version>3.1.3-1</version>
               
                <executions>

                    <execution>

                        <goals>
                            <goal>antlr</goal>
                        </goals>
                    </execution>
                </executions>

            </plugin>


More information about the antlr-interest mailing list