[antlr-interest] Help with compile errors in generated source

Michael Bedward michael.bedward at gmail.com
Fri Jul 31 17:18:23 PDT 2009


Here's a fragment of the pom.xml that I use...

    <build>
        <plugins>
            <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>

            <!-- other plugins -->
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.antlr</groupId>
            <artifactId>antlr</artifactId>
            <version>3.1.3</version>
        </dependency>

        <!-- other dependencies -->

    </dependencies>


More information about the antlr-interest mailing list