Goals

GoalDescription
javacc:javacc-generate

Generates code using javaccc tool for the grammar defined in the ${maven.javacc.javacc.grammar} property.

This goal should be called before the java:compile goal so that code is generated before compilation.

javacc:jjtree-generate

Generates code using first jtree then javacc tool for the grammar defined in the ${maven.javacc.jtree.grammar} property.

This goal should be called before the java:compile goal so that code is generated before compilation.