Code review

This commit is contained in:
Glenn Renfro
2016-01-26 15:50:43 -05:00
parent f3340c17ec
commit cf240f478a
2 changed files with 31 additions and 0 deletions

View File

@@ -105,6 +105,12 @@
<goal>jar</goal>
</goals>
</execution>
<execution>
<goals>
<goal>aggregate</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>