Changed the executing phase of deployment script.

This commit is contained in:
Tobias Ottenweller 2013-11-23 15:31:27 +01:00
parent 5af520f8ea
commit a1cb0102f8

View File

@ -55,7 +55,7 @@
<executions> <executions>
<execution> <execution>
<id>Run Test Bukkit Server</id> <id>Run Test Bukkit Server</id>
<phase>package</phase> <phase>install</phase>
<goals> <goals>
<goal>exec</goal> <goal>exec</goal>
</goals> </goals>