2012-04-22 22:41:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>us.camin.regions</groupId>
|
|
|
|
<artifactId>Regions</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2021-06-15 14:01:37 +00:00
|
|
|
<version>0.2.99-rc4</version>
|
2021-06-11 05:50:57 +00:00
|
|
|
<name>regions</name>
|
2012-04-22 22:41:46 +00:00
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
2021-06-11 05:50:57 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.comphenix.protocol</groupId>
|
|
|
|
<artifactId>ProtocolLib</artifactId>
|
|
|
|
<version>4.6.0</version>
|
2021-06-15 14:01:37 +00:00
|
|
|
<scope>provided</scope>
|
2021-06-11 05:50:57 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.papermc</groupId>
|
|
|
|
<artifactId>paperlib</artifactId>
|
|
|
|
<version>1.0.6</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2012-04-22 22:41:46 +00:00
|
|
|
<dependency>
|
2021-06-11 05:50:57 +00:00
|
|
|
<groupId>com.destroystokyo.paper</groupId>
|
|
|
|
<artifactId>paper-api</artifactId>
|
|
|
|
<version>1.16.4-R0.1-SNAPSHOT</version>
|
2012-04-22 22:41:46 +00:00
|
|
|
<scope>provided</scope>
|
2012-04-23 20:41:20 +00:00
|
|
|
</dependency>
|
2021-06-11 05:50:57 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jdiemke.delaunay-triangulator</groupId>
|
|
|
|
<artifactId>DelaunayTriangulator</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</dependency>
|
2012-04-23 20:41:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.dynmap</groupId>
|
|
|
|
<artifactId>DynmapCoreAPI</artifactId>
|
2021-06-11 05:50:57 +00:00
|
|
|
<version>2.0</version>
|
|
|
|
<scope>provided</scope>
|
2012-04-22 22:41:46 +00:00
|
|
|
</dependency>
|
2012-04-23 20:41:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
2012-04-22 22:41:46 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.10</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
2021-06-11 05:50:57 +00:00
|
|
|
<extensions>
|
|
|
|
<extension>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh-external</artifactId>
|
|
|
|
<version>1.0-beta-6</version>
|
|
|
|
</extension>
|
|
|
|
</extensions>
|
2012-04-22 22:41:46 +00:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2021-06-11 05:50:57 +00:00
|
|
|
<version>3.8.1</version>
|
2012-04-22 22:41:46 +00:00
|
|
|
<configuration>
|
2021-06-11 05:50:57 +00:00
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
2012-04-22 22:41:46 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2021-06-11 05:50:57 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>3.1.1</version>
|
|
|
|
<configuration>
|
|
|
|
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>io.papermc.lib</pattern>
|
|
|
|
<shadedPattern>us.camin.regions.paperlib</shadedPattern> <!-- Replace this -->
|
|
|
|
</relocation>
|
|
|
|
</relocations>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-04-22 22:41:46 +00:00
|
|
|
</plugins>
|
2021-06-11 05:50:57 +00:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<versionRange>[1.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<execute />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<versionRange>[1.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<execute />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<versionRange>[1.0.0,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<execute />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2012-04-22 22:41:46 +00:00
|
|
|
</build>
|
|
|
|
<repositories>
|
2021-06-11 05:50:57 +00:00
|
|
|
<repository>
|
|
|
|
<id>dmulloy2-repo</id>
|
|
|
|
<url>https://repo.dmulloy2.net/repository/public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>codemc-repo</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-public/</url>
|
|
|
|
</repository>
|
2012-04-22 22:41:46 +00:00
|
|
|
<repository>
|
2021-06-11 05:50:57 +00:00
|
|
|
<id>papermc</id>
|
|
|
|
<url>http://papermc.io/repo/repository/maven-public/</url>
|
2012-04-22 22:41:46 +00:00
|
|
|
</repository>
|
2021-06-11 05:50:57 +00:00
|
|
|
<repository><id>dynmap-repo</id><url>http://repo.mikeprimm.com/</url></repository>
|
|
|
|
<repository><id>imagej</id><url>http://maven.imagej.net/content/repositories/public/</url></repository>
|
2012-04-22 22:41:46 +00:00
|
|
|
</repositories>
|
|
|
|
</project>
|