mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 01:42:18 +00:00
191 lines
6.1 KiB
XML
191 lines
6.1 KiB
XML
<?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>
|
|
<groupId>com.projectkorra</groupId>
|
|
<artifactId>projectkorra</artifactId>
|
|
<version>1.8.7</version>
|
|
<name>ProjectKorra</name>
|
|
<repositories>
|
|
<!-- WorldGuard and WorldEdit Repo -->
|
|
<repository>
|
|
<id>sk89q-repo</id>
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
</repository>
|
|
<!-- GriefPrevention Repo -->
|
|
<repository>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
<!-- NoCheat Repo -->
|
|
<repository>
|
|
<id>md_5-snapshots</id>
|
|
<url>https://repo.md-5.net/content/repositories/snapshots/</url>
|
|
</repository>
|
|
<!-- Spigot Repo -->
|
|
<repository>
|
|
<id>spigot-repo</id>
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
</repository>
|
|
<!-- Bentobox Repo -->
|
|
<repository>
|
|
<id>codemc-repo</id>
|
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
|
</repository>
|
|
</repositories>
|
|
<dependencies>
|
|
<!-- Spigot API -->
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot-api</artifactId>
|
|
<version>1.13.2-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- lang3 -->
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
<!-- Factions -->
|
|
<dependency>
|
|
<groupId>me.markeh</groupId>
|
|
<artifactId>factionsframework</artifactId>
|
|
<version>1.2.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/FactionsFramework1.2.0.jar</systemPath>
|
|
</dependency>
|
|
<!-- GriefPrevention -->
|
|
<dependency>
|
|
<groupId>com.github.TechFortress</groupId>
|
|
<artifactId>GriefPrevention</artifactId>
|
|
<version>16.7.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- LWC -->
|
|
<dependency>
|
|
<groupId>com.griefcraft</groupId>
|
|
<artifactId>lwc</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Modern-LWC-2.1.2.jar</systemPath>
|
|
</dependency>
|
|
<!-- NoCheatPlus -->
|
|
<dependency>
|
|
<groupId>fr.neatmonster</groupId>
|
|
<artifactId>nocheatplus</artifactId>
|
|
<version>3.16.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- PreciousStones -->
|
|
<!-- outdated
|
|
<dependency>
|
|
<groupId>net.sacredlabyrinth.Phaed</groupId>
|
|
<artifactId>PreciousStones</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/PreciousStones 10.6.1.jar</systemPath>
|
|
</dependency>
|
|
-->
|
|
<!-- Residence -->
|
|
<dependency>
|
|
<groupId>com.bekvon.bukkit</groupId>
|
|
<artifactId>residence</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Residence4.8.3.1.jar</systemPath>
|
|
</dependency>
|
|
<!-- Towny -->
|
|
<dependency>
|
|
<groupId>com.palmergames</groupId>
|
|
<artifactId>Towny</artifactId>
|
|
<version>0.93.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Towny.jar</systemPath>
|
|
</dependency>
|
|
<!-- WorldEdit / WorldGuard -->
|
|
<dependency>
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
<artifactId>worldedit-core</artifactId>
|
|
<version>7.0.0-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
<artifactId>worldguard-core</artifactId>
|
|
<version>7.0.0-beta-02</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
<version>7.0.0-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
<artifactId>worldguard-legacy</artifactId>
|
|
<version>7.0.0-beta-02</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- SkyBlock / AcidIsland -->
|
|
<dependency>
|
|
<groupId>world.bentobox</groupId>
|
|
<artifactId>bentobox</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- RedProtect -->
|
|
<dependency>
|
|
<groupId>br.net.fabiozumbi12</groupId>
|
|
<artifactId>RedProtect</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/RedProtect-7.5.5-b129-Universal.jar</systemPath>
|
|
</dependency>
|
|
<!-- PlotSquared -->
|
|
<dependency>
|
|
<groupId>com.github.intelletualsites</groupId>
|
|
<artifactId>plotsquared</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/PlotSquared-Bukkit-4.18.12.31-38a382f-2131.jar</systemPath>
|
|
</dependency>
|
|
<!-- Kingdoms -->
|
|
<dependency>
|
|
<groupId>com.songoda</groupId>
|
|
<artifactId>kingdoms</artifactId>
|
|
<version>LATEST</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/FabledKingdoms-1.2.3.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<defaultGoal>clean package install</defaultGoal>
|
|
<finalName>${project.name}-${project.version}</finalName>
|
|
<sourceDirectory>${project.basedir}/src/</sourceDirectory>
|
|
<resources>
|
|
<resource>
|
|
<targetPath>.</targetPath>
|
|
<filtering>true</filtering>
|
|
<directory>${project.basedir}/src/</directory>
|
|
<includes>
|
|
<include>*.yml</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.0</version>
|
|
<configuration>
|
|
<source>1.8</source>
|
|
<target>1.8</target>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
</project> |