| Goal | Description |
|---|---|
| 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 |
| 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 |