tweak pom to give version of maven-jar-plugin so it doesn't fail. success reported for "maven test" but no tests run. ;)

This commit is contained in:
Terence Parr 2015-06-26 12:41:47 -07:00 committed by parrt
parent 5d2d75d2e3
commit f4709f2973
1 changed files with 4 additions and 3 deletions

View File

@ -60,6 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<goals>