diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index 998002900..901daeee8 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -182,6 +182,12 @@ + + org.apache.maven.plugins + maven-plugin-plugin + 3.2 + + org.apache.maven.plugins maven-javadoc-plugin diff --git a/antlr4-maven-plugin/src/site/apt/usage.apt.vm b/antlr4-maven-plugin/src/site/apt/usage.apt.vm index a1efe7da5..5d3a62875 100644 --- a/antlr4-maven-plugin/src/site/apt/usage.apt.vm +++ b/antlr4-maven-plugin/src/site/apt/usage.apt.vm @@ -5,11 +5,11 @@ Usage * Compiling Grammars into Parsers - By default, the <<<{{{./antlr-mojo.html}antlr}}>>> goal will search for grammar + By default, the <<<{{{./antlr4-mojo.html}antlr4}}>>> goal will search for grammar files in the directory <<<$\{basedir\}/src/main/antlr4>>> and any additional <<<.tokens>>> files in the directory <<<$\{basedir\}/src/main/antlr4/imports>>>. This can be configured to search other directories using the plugin configuration - parameters as described in the <<<{{{./antlr-mojo.html}antlr}}>>> goal + parameters as described in the <<<{{{./antlr4-mojo.html}antlr4}}>>> goal documentation. The following figure shows the expected layout of files for the default diff --git a/pom.xml b/pom.xml index 49c985d81..d6a3f848f 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,15 @@ + + Jim Idle + jimi@idle.ws + http://www.linkedin.com/in/jimidle + + Developer - Maven Plugin + + +