Commits
md_5 authored e37e019eb62
3 3 | <groupId>org.bukkit</groupId> |
4 4 | <artifactId>bukkit</artifactId> |
5 5 | <version>1.8-R0.1-SNAPSHOT</version> |
6 6 | <name>Bukkit</name> |
7 7 | <url>http://www.bukkit.org</url> |
8 8 | |
9 9 | <properties> |
10 10 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 11 | </properties> |
12 12 | |
13 + | <distributionManagement> |
14 + | <repository> |
15 + | <id>spigotmc-releases</id> |
16 + | <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url> |
17 + | </repository> |
18 + | <snapshotRepository> |
19 + | <repository> |
20 + | <id>spigotmc-releases</id> |
21 + | <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |
22 + | </repository> |
23 + | </distributionManagement> |
24 + | |
13 25 | <build> |
14 26 | <plugins> |
15 27 | <plugin> |
16 28 | <groupId>org.apache.maven.plugins</groupId> |
17 29 | <artifactId>maven-compiler-plugin</artifactId> |
18 30 | <version>2.3.2</version> |
19 31 | <configuration> |
20 32 | <source>1.6</source> |
21 33 | <target>1.6</target> |
22 34 | </configuration> |