Removed comments

This commit is contained in:
Alastair 2018-01-03 23:31:11 +00:00
parent 6af5d0273b
commit 7f48cb518e

11
pom.xml
View File

@ -11,7 +11,6 @@
</resources>
</build>
<repositories>
<!-- Only needed for spigot -->
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
@ -24,21 +23,11 @@
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<!-- Only needed for spigot -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.12.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- spigot's buildtools automatically places it in maven's repository after building it -->
<!-- Craftbukkit contains the bukkit code. But as the majority uses it uses bukkit
it stops the need to build to edit at least -->
<!--<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>-->
</dependencies>
</project>