From dcff40df90f9e0d4b277557ded1cce81b678c1d5 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 25 Mar 2014 10:43:59 -0500 Subject: [PATCH 1/2] Generate complete documentation with the Tool --- tool/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tool/pom.xml b/tool/pom.xml index febfec9f4..3a0c5a6f2 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -51,6 +51,17 @@ sonatype-oss-release + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + org.antlr:antlr4-* + + + + org.apache.maven.plugins maven-shade-plugin From d8efb4ad44eae7530234b842fe6cf678ebecdba9 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 25 Mar 2014 10:48:00 -0500 Subject: [PATCH 2/2] Updated build to use latest releases of ANTLR 3 and ST 4 --- build.xml | 2 +- tool/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 0093ab2e1..208e814fb 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + diff --git a/tool/pom.xml b/tool/pom.xml index 3a0c5a6f2..724d723b6 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -35,13 +35,13 @@ org.antlr antlr-runtime - 3.5 + 3.5.2 compile org.antlr ST4 - 4.0.7 + 4.0.8 compile @@ -128,7 +128,7 @@ org.antlr antlr3-maven-plugin - 3.5 + 3.5.2 src true