| Property name | Optional? | Description |
|---|---|---|
| maven.antlr.grammars | No | Sets the grammars to generate code for. |
| maven.antlr.src.dir | No | Must be set to allow antlr processing to happen. FIXME: It appears this property isn't used? |
| Property name | Optional? | Description |
|---|---|---|
| maven.build.dir | Yes |
This is the directory that output files are generated to. The
antlr generated code is placed in the antlr
directory below this
|
| maven.compile.src.set | Yes | The source directories maven uses to compile java code. The antlr plugin adds the directory it generates code to this path, so that generated code is compiled seamlessly |