|
|
@ -25,6 +25,15 @@ |
|
|
|
</resources> |
|
|
|
</resources> |
|
|
|
|
|
|
|
|
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.0.2</version> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<source>1.6</source> |
|
|
|
|
|
|
|
<target>1.6</target> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
@ -52,16 +61,35 @@ |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<releases> |
|
|
|
|
|
|
|
</releases> |
|
|
|
|
|
|
|
<snapshots> |
|
|
|
|
|
|
|
</snapshots> |
|
|
|
|
|
|
|
<id>bukkit-repo</id> |
|
|
|
|
|
|
|
<url>http://repo.bukkit.org/content/repositories/releases/</url> |
|
|
|
|
|
|
|
</repository> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<releases> |
|
|
|
|
|
|
|
</releases> |
|
|
|
|
|
|
|
<snapshots> |
|
|
|
|
|
|
|
</snapshots> |
|
|
|
|
|
|
|
<id>dynmap-repo</id> |
|
|
|
|
|
|
|
<url>http://repo.mikeprimm.com/</url> |
|
|
|
|
|
|
|
</repository> |
|
|
|
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.dynmap</groupId> |
|
|
|
<groupId>org.dynmap</groupId> |
|
|
|
<artifactId>dynmap-api</artifactId> |
|
|
|
<artifactId>dynmap-api</artifactId> |
|
|
|
<version>[0.80,)</version> |
|
|
|
<version>1.0</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.bukkit</groupId> |
|
|
|
<groupId>org.bukkit</groupId> |
|
|
|
<artifactId>bukkit</artifactId> |
|
|
|
<artifactId>bukkit</artifactId> |
|
|
|
<version>[1.3.1-R1.0,1.7)</version> |
|
|
|
<version>1.4.5-R1.0</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sk89q</groupId> |
|
|
|
<groupId>com.sk89q</groupId> |
|
|
|