Rename maven 'package' goal to 'repackage'

This commit is contained in:
Phillip Webb
2013-07-29 14:52:30 -07:00
parent 36c3ceab97
commit 6fd6d3a73e
6 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<executions>
<execution>
<goals>
<goal>package</goal>
<goal>repackage</goal>
</goals>
</execution>
</executions>