|
|
|
@ -33,6 +33,32 @@ |
|
|
|
|
<target>1.7</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
<version>3.2.1</version> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<phase>package</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>shade</goal> |
|
|
|
|
</goals> |
|
|
|
|
<configuration> |
|
|
|
|
<artifactSet> |
|
|
|
|
<includes> |
|
|
|
|
<include>org.dynmap:Dynmap-WorldGuard</include> |
|
|
|
|
</includes> |
|
|
|
|
</artifactSet> |
|
|
|
|
<relocations> |
|
|
|
|
<relocation> |
|
|
|
|
<pattern>com.sk89q.squirrelid</pattern> |
|
|
|
|
<shadedPattern>com.sk89q.worldguard.util.profile</shadedPattern> |
|
|
|
|
</relocation> |
|
|
|
|
</relocations> |
|
|
|
|
</configuration> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
@ -51,12 +77,8 @@ |
|
|
|
|
<snapshots> |
|
|
|
|
</snapshots> |
|
|
|
|
<id>sk89q-repo</id> |
|
|
|
|
<url>https://maven.enginehub.org/repo/</url> |
|
|
|
|
<url>http://maven.sk89q.com/repo/</url> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spigot-repo</id> |
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
@ -66,21 +88,24 @@ |
|
|
|
|
<version>3.0-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.spigotmc</groupId> |
|
|
|
|
<artifactId>spigot-api</artifactId> |
|
|
|
|
<version>1.14.4-R0.1-SNAPSHOT</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
<groupId>org.bukkit</groupId> |
|
|
|
|
<artifactId>bukkit</artifactId> |
|
|
|
|
<version>1.7.10-R0.1-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.sk89q.worldguard</groupId> |
|
|
|
|
<artifactId>worldguard-bukkit</artifactId> |
|
|
|
|
<version>7.0.1</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
<version>7.0.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.sk89q.worldedit</groupId> |
|
|
|
|
<artifactId>worldedit-bukkit</artifactId> |
|
|
|
|
<version>7.0.1</version> |
|
|
|
|
<version>7.0.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.sk89q</groupId> |
|
|
|
|
<artifactId>squirrelid</artifactId> |
|
|
|
|
<version>0.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<version>1.2-SNAPSHOT</version> |
|
|
|
|