This is a plugin to invoke cup from Maven.
Version 1.3 of the plugin uses CUP 11b.
By default, this plugin runs
cup -destdir target/generated-sources/cup -parser parser -symbols sym src/main/cup/*.cup
<plugin>
<groupId>de.jflex</groupId>
<artifactId>cup-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<configuration>
</configuration>
</execution>
</executions>
</plugin>
Please see cup/sample-project