Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Maven Javacc Plugin Settings

Property name Optional? Description
maven.javacc.javacc.grammar No The javacc grammar file for which code will be generated.
maven.javacc.jjtree.grammar No The jtree grammar file for which code will be generated.
maven.gen.src Yes The directory where files will be generated. Defaults to ${maven.build.dir}/generated-src/main/java

Other properties used

Property name Optional? Description
maven.compile.src.set Yes The source directories maven uses to compile java code. The javacc plugin adds the directory it generates code to this path, so that generated code is compiled seamlessly