bukkit 1.6.4-R2.0 and changed the "run a testserver"-part to install

phase (maven)
This commit is contained in:
Paul Schulze 2013-12-04 13:51:07 +01:00
parent 143ba59ded
commit 12c10c9f8c

View File

@ -42,7 +42,7 @@
<executions>
<execution>
<id>Run Test Bukkit Server</id>
<phase>package</phase>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
@ -66,7 +66,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.5.2-R0.1</version>
<version>1.6.4-R2.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>