[antlr-interest] How to generate JUnit sources using maven-gunit-plugin?

Kaleb Pederson kaleb.pederson at gmail.com
Mon Sep 28 16:18:47 PDT 2009


I currently have the maven-gunit-plugin configured to run in interpreter mode:

  <plugin>
    <groupId>org.antlr</groupId>
    <artifactId>maven-gunit-plugin</artifactId>
    <version>3.1.3</version>
    <executions>
        <execution>
            <id>maven-gunit-plugin</id>
            <phase>test</phase>
            <goals>
                <goal>gunit</goal>
            </goals>
        </execution>
    </executions>
  </plugin>

Is a different directive present that I can use to run gunit in JUnit
generation mode instead?

Thanks.

--Kaleb


More information about the antlr-interest mailing list