TotalFreedomMod/pom.xml

212 lines
6.7 KiB
XML
Raw Normal View History

2015-11-18 20:41:51 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2015-11-18 20:41:51 +00:00
<modelVersion>4.0.0</modelVersion>
<groupId>me.totalfreedom</groupId>
2019-11-28 09:28:48 +00:00
<artifactId>TotalFreedomMod</artifactId>
<version>2023.02</version>
<packaging>pom</packaging>
<modules>
<module>commons</module>
<module>shop</module>
<module>discord</module>
</modules>
2015-11-18 20:41:51 +00:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tfm.build.codename>Caladrius</tfm.build.codename>
<jar.finalName>${project.name}</jar.finalName>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>MM/dd/yyyy HH:mm</maven.build.timestamp.format>
2015-11-18 20:41:51 +00:00
</properties>
<name>TotalFreedomMod</name>
<description>Server modification for the TotalFreedom server</description>
<url>https://github.com/AtlasMediaGroup/TotalFreedomMod</url>
2015-11-18 20:41:51 +00:00
<licenses>
<license>
<name>TotalFreedom General License</name>
<url>https://github.com/TotalFreedom/License/blob/master/LICENSE.md</url>
</license>
</licenses>
<organization>
2020-01-12 02:59:12 +00:00
<name>TotalFreedom</name>
2015-11-18 20:41:51 +00:00
<url>https://totalfreedom.me</url>
</organization>
<scm>
<connection>scm:git:git@github.com:TFPatches/TotalFreedomMod.git</connection>
<developerConnection>scm:git:git@github.com:TFPatches/TotalFreedomMod.git</developerConnection>
2018-07-25 02:44:00 +00:00
<url>git@github.com:TFPatches/TotalFreedomMod.git</url>
2015-11-18 20:41:51 +00:00
</scm>
<repositories>
<repository>
<id>atlas-nexus-01-totalfreedom-development</id>
<url>https://nexus-01.core.atlas-media.co.uk/repository/totalfreedom-development/</url>
</repository>
<repository>
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
2020-04-14 06:40:22 +00:00
<repository>
<id>enginehub</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
2017-10-14 13:33:53 +00:00
<repository>
<id>elmakers-repo</id>
2020-12-24 22:52:35 +00:00
<url>https://maven.elmakers.com/repository/</url>
2017-10-14 13:33:53 +00:00
</repository>
<repository>
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases/</url>
</repository>
<repository>
<id>playpro</id>
<url>https://maven.playpro.com/</url>
</repository>
<repository>
<id>md_5-public</id>
2020-12-24 22:52:35 +00:00
<url>https://repo.md-5.net/content/groups/public/</url>
</repository>
<repository>
<id>dmulloy2-repo</id>
2020-12-24 22:52:35 +00:00
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
2020-01-15 23:10:00 +00:00
<repository>
<id>esentialsx-repo</id>
<url>https://repo.essentialsx.net/releases/</url>
</repository>
2015-11-18 20:41:51 +00:00
</repositories>
<dependencies>
<dependency>
<groupId>me.totalfreedom.scissors</groupId>
2023-03-27 03:59:17 +00:00
<artifactId>Scissors-API</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
2017-12-29 18:12:47 +00:00
<scope>provided</scope>
2015-11-18 20:41:51 +00:00
</dependency>
<dependency>
2020-10-29 23:47:53 +00:00
<groupId>com.github.TotalFreedomMC</groupId>
<artifactId>BukkitTelnet</artifactId>
2020-10-29 23:47:53 +00:00
<version>541e9fdb84</version>
2017-12-29 18:12:47 +00:00
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.AtlasMediaGroup</groupId>
<artifactId>TF-LibsDisguises</artifactId>
<version>5a340341b0</version>
<scope>provided</scope>
2019-07-17 19:35:36 +00:00
</dependency>
<dependency>
2020-04-14 06:40:22 +00:00
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.12</version>
2017-12-29 18:12:47 +00:00
<scope>provided</scope>
</dependency>
2017-10-14 13:33:53 +00:00
<dependency>
<groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId>
<version>21.2</version>
2019-04-23 07:36:51 +00:00
<scope>provided</scope>
2017-10-14 13:33:53 +00:00
</dependency>
2017-10-14 13:33:53 +00:00
<dependency>
2020-04-14 06:40:22 +00:00
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
2022-06-05 21:44:38 +00:00
<version>7.0.7</version>
<scope>provided</scope>
2017-10-14 13:33:53 +00:00
</dependency>
2020-01-15 23:10:00 +00:00
2020-04-08 02:20:01 +00:00
<dependency>
<groupId>com.github.vexsoftware</groupId>
<artifactId>votifier</artifactId>
<version>v1.9</version>
<scope>provided</scope>
</dependency>
2020-04-29 23:29:43 +00:00
<dependency>
2022-02-16 21:02:00 +00:00
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.19.6</version>
2022-02-16 21:02:00 +00:00
<scope>provided</scope>
2020-04-29 23:29:43 +00:00
</dependency>
2020-07-01 01:51:06 +00:00
<dependency>
2020-10-29 23:47:53 +00:00
<groupId>org.javassist</groupId>
2020-07-01 01:51:06 +00:00
<artifactId>javassist</artifactId>
<version>3.29.1-GA</version>
<scope>provided</scope>
2020-07-01 01:51:06 +00:00
</dependency>
2021-03-02 05:03:49 +00:00
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<scope>provided</scope>
2021-03-02 05:03:49 +00:00
</dependency>
2020-08-01 04:10:44 +00:00
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
2020-10-29 23:47:53 +00:00
<scope>compile</scope>
2020-08-01 04:10:44 +00:00
</dependency>
2021-03-02 05:03:49 +00:00
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.0</version>
2021-03-02 05:03:49 +00:00
<scope>compile</scope>
</dependency>
2015-11-18 20:41:51 +00:00
</dependencies>
2021-11-29 09:35:36 +00:00
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<reporting>
<!-- Checkstyle -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<failOnViolation>true</failOnViolation>
<failsOnError>true</failsOnError>
<consoleOutput>true</consoleOutput>
</configuration>
</plugin>
</plugins>
</reporting>
2020-12-24 22:52:35 +00:00
</project>