added test-jar back

Former-commit-id: 98de0ae9efde8e5fba07f19d327703c52c5a67e7
This commit is contained in:
Jeremy Long
2015-06-10 05:35:47 -04:00
parent 143ce58cb3
commit 7b0a120e66

View File

@@ -117,6 +117,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>test-jar</id>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>