From f4709f29739be951046bb39d4bbf3e7b08c21b2e Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Fri, 26 Jun 2015 12:41:47 -0700 Subject: [PATCH] tweak pom to give version of maven-jar-plugin so it doesn't fail. success reported for "maven test" but no tests run. ;) --- tool/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tool/pom.xml b/tool/pom.xml index f76fe04fd..0b8829000 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -49,17 +49,18 @@ - src + src test test - + org.apache.maven.plugins maven-jar-plugin + 2.6 @@ -67,7 +68,7 @@ - + org.antlr antlr3-maven-plugin