bukkit 1.6.4-R2.0 and changed the "run a testserver"-part to install
phase (maven)
This commit is contained in:
parent
143ba59ded
commit
12c10c9f8c
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user