Skip to content

org.geotools.maven.jjtree-javacc 30.2-NIVA

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.geotools.maven</groupId>
  <artifactId>jjtree-javacc</artifactId>
  <version>30.2-NIVA</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

This Maven plugin run 'jjtree' on a set of .jjt files found in the source
directory, which generates a set of .jj files. Next, this plugin executes
'javacc' on those .jj files in order to generate the .java files. All
generated files are stored in a 'target/generated-sources' directory and
are part of the compilation phase.