mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-15 20:51:26 +01:00
Use bukkit for javadocs
This commit is contained in:
parent
7632291df7
commit
14ccbbcd0f
40
pom.xml
40
pom.xml
@ -10,19 +10,31 @@
|
|||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>spigot-repo</id>
|
||||||
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
<version>0.0.20-snapshot</version>
|
<version>0.0.20-snapshot</version>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>1.7</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- spigot's buildtools automatically places it in maven's repository after building it -->
|
<groupId>org.bukkit</groupId>
|
||||||
<groupId>org.bukkit</groupId>
|
<artifactId>bukkit</artifactId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<version>1.10.2-R0.1-SNAPSHOT</version>
|
||||||
<version>1.10.2-R0.1-SNAPSHOT</version>
|
<scope>provided</scope>
|
||||||
<scope>provided</scope>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
</dependencies>
|
<!-- spigot's buildtools automatically places it in maven's repository after building it -->
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>craftbukkit</artifactId>
|
||||||
|
<version>1.10.2-R0.1-SNAPSHOT</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user