2021-06-23 19:54:58 +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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-06-23 22:06:43 +00:00
|
|
|
|
2021-06-23 19:54:58 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes-parent</artifactId>
|
2023-04-24 23:47:27 +00:00
|
|
|
<version>2.2.9-SNAPSHOT</version>
|
2021-06-23 19:54:58 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>tamablefoxes</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<name>Tamablefoxes</name>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2023-04-24 23:47:27 +00:00
|
|
|
<server.version>1.19.4</server.version>
|
2021-06-23 19:54:58 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2021-07-07 19:24:49 +00:00
|
|
|
<plugin>
|
2021-06-23 19:54:58 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2021-07-07 19:24:49 +00:00
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2022-06-23 16:35:05 +00:00
|
|
|
<version>3.3.1-SNAPSHOT</version>
|
2021-06-23 19:54:58 +00:00
|
|
|
<configuration>
|
2021-07-07 19:24:49 +00:00
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.bstats</pattern>
|
|
|
|
<shadedPattern>net.seanomik.tamablefoxes.bstats</shadedPattern>
|
|
|
|
</relocation>
|
2021-12-11 06:33:11 +00:00
|
|
|
<relocation>
|
|
|
|
<pattern>net.wesjd.anvilgui</pattern>
|
|
|
|
<shadedPattern>net.seanomik.tamablefoxes.anvilgui</shadedPattern>
|
|
|
|
</relocation>
|
2021-07-07 19:24:49 +00:00
|
|
|
</relocations>
|
2021-06-23 19:54:58 +00:00
|
|
|
</configuration>
|
2021-07-07 19:24:49 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2021-06-23 19:54:58 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2022-06-23 16:35:05 +00:00
|
|
|
<version>3.3.1-SNAPSHOT</version>
|
2021-06-23 19:54:58 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2023-04-24 23:47:27 +00:00
|
|
|
<outputFile>/mnt/data_drive/Development/Spigot/DevServers/${server.version}/plugins/TamableFoxes_v${project.parent.version}.jar</outputFile>
|
2022-06-28 04:47:01 +00:00
|
|
|
<!--<outputFile>C:\Development\Java\Spigot Servers\${server.version}\plugins\TamableFoxes_v${project.parent.version}.jar</outputFile>-->
|
2021-06-23 19:54:58 +00:00
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<!-- For maven-shade-plugin 3.3.0-SNAPSHOT -->
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>apache.snapshots</id>
|
|
|
|
<url>https://repository.apache.org/snapshots/</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>sonatype</id>
|
|
|
|
<url>https://oss.sonatype.org/content/groups/public/</url>
|
|
|
|
</repository>
|
2021-12-11 06:33:11 +00:00
|
|
|
<repository>
|
2021-06-23 19:54:58 +00:00
|
|
|
<id>codemc-snapshots</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-snapshots/</url>
|
2021-12-11 06:33:11 +00:00
|
|
|
</repository>
|
2021-06-23 19:54:58 +00:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
2021-06-23 22:06:43 +00:00
|
|
|
<!-- Entity implementations -->
|
2021-06-23 19:54:58 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
2021-06-23 22:06:43 +00:00
|
|
|
<artifactId>tamablefoxes_v1_14_R1</artifactId>
|
2021-06-23 19:54:58 +00:00
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
2021-06-23 22:06:43 +00:00
|
|
|
<artifactId>tamablefoxes_v1_15_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_16_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_16_R2</artifactId>
|
2021-06-23 19:54:58 +00:00
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-06-23 22:06:43 +00:00
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_16_R3</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2021-06-23 19:54:58 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-06-23 22:06:43 +00:00
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_17_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2021-07-10 04:24:47 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_17_1_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2021-06-23 22:06:43 +00:00
|
|
|
</dependency>
|
2021-12-11 06:33:11 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_18_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2021-12-12 04:49:39 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_18_1_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2022-03-07 01:59:34 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_18_R2</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2022-06-23 16:35:05 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_19_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2022-07-29 22:35:05 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_19_1_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2022-08-26 04:13:30 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_19_2_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2021-12-11 06:33:11 +00:00
|
|
|
</dependency>
|
2023-02-18 21:00:56 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_19_3_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2023-04-24 23:47:27 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes_v1_19_4_R1</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
2023-02-18 21:00:56 +00:00
|
|
|
</dependency>
|
2021-06-23 22:06:43 +00:00
|
|
|
<!-- End of entity implementations -->
|
2021-07-07 19:24:49 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bstats</groupId>
|
|
|
|
<artifactId>bstats-bukkit</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2021-06-23 22:06:43 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.seanomik</groupId>
|
|
|
|
<artifactId>tamablefoxes-util</artifactId>
|
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency> <!-- We need to do this so we get the spigot api without nms. -->
|
2021-06-23 19:54:58 +00:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>1.14-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.wesjd</groupId>
|
|
|
|
<artifactId>anvilgui</artifactId>
|
2023-02-18 21:00:56 +00:00
|
|
|
<version>1.6.3-SNAPSHOT</version>
|
2021-06-23 19:54:58 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|