From ff10afe9e670c444828850ddf5d288e265e16277 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 27 Mar 2013 13:22:10 -0500 Subject: [PATCH 1/3] Add Jim Idle as a developer to pom.xml --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + + + From afc65faed699a26d2dcd44061d55f2e188f6e6b2 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 27 Mar 2013 13:23:01 -0500 Subject: [PATCH 2/3] Fix issues with automatic site generation (plugin-info.html and antlr4-mojo.html were not getting created) --- antlr4-maven-plugin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 From 5462e2868a00b9af35ce7a3c71ed66aaf012ef28 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 27 Mar 2013 13:23:19 -0500 Subject: [PATCH 3/3] Fix documentation links to the antlr4 goal --- antlr4-maven-plugin/src/site/apt/usage.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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