This commit is contained in:
aPunch 2012-02-19 10:47:16 -06:00
parent 193a62896d
commit de2a7f2f8f

View File

@ -64,7 +64,7 @@
<url>https://github.com/CitizensDev/Citizens2/tree/master/</url>
</scm>
<build>
<defaultGoal>clean install</defaultGoal>
<defaultGoal>clean package install</defaultGoal>
<sourceDirectory>${basedir}/src</sourceDirectory>
<resources>
@ -103,6 +103,9 @@
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>