Use maven provided craftbukkit from buildtools

This commit is contained in:
Max Qian 2016-07-31 15:53:33 -07:00
parent d5fb63f0a6
commit 85a3abd5b2
1 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@
</properties>
<dependencies>
<dependency>
<!-- spigot's buildtools automatically places it in maven's repository after building it -->
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.10.2</version>
<scope>system</scope>
<systemPath>${basedir}/target/buildtools/craftbukkit-1.10.2.jar</systemPath>
<artifactId>craftbukkit</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>