2018-10-18 23:56:45 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
2018-05-06 03:46:13 +02:00
|
|
|
<groupId>com.songoda</groupId>
|
2018-11-23 20:59:13 +01:00
|
|
|
<artifactId>UltimateRepairing</artifactId>
|
2018-10-18 23:56:45 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-11-23 20:59:13 +01:00
|
|
|
<version>1</version>
|
2018-05-06 03:46:13 +02:00
|
|
|
<build>
|
2018-10-18 23:56:45 +02:00
|
|
|
<defaultGoal>clean package</defaultGoal>
|
2018-05-06 03:46:13 +02:00
|
|
|
<plugins>
|
2018-10-18 23:56:45 +02:00
|
|
|
<!--<plugin>-->
|
|
|
|
<!--<groupId>org.codehaus.mojo</groupId>-->
|
|
|
|
<!--<artifactId>build-helper-maven-plugin</artifactId>-->
|
|
|
|
<!--<version>1.7</version>-->
|
|
|
|
<!--<executions>-->
|
|
|
|
<!--<execution>-->
|
|
|
|
<!--<id>add-source</id>-->
|
|
|
|
<!--<phase>generate-sources</phase>-->
|
|
|
|
<!--<goals>-->
|
|
|
|
<!--<goal>add-source</goal>-->
|
|
|
|
<!--</goals>-->
|
|
|
|
<!--<configuration>-->
|
|
|
|
<!--<sources>-->
|
|
|
|
<!--<source>EpicSpawners-API/src/main/java</source>-->
|
|
|
|
<!--</sources>-->
|
|
|
|
<!--</configuration>-->
|
|
|
|
<!--</execution>-->
|
|
|
|
<!--</executions>-->
|
|
|
|
<!--</plugin>-->
|
2018-05-06 03:46:13 +02:00
|
|
|
<plugin>
|
2018-10-18 23:56:45 +02:00
|
|
|
<version>3.6.1</version>
|
2018-05-06 03:46:13 +02:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2018-10-18 23:56:45 +02:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<sourceDirectory>src/main/java</sourceDirectory>
|
2018-05-06 03:46:13 +02:00
|
|
|
</build>
|
|
|
|
<repositories>
|
2018-09-29 22:45:04 +02:00
|
|
|
<repository>
|
2018-10-18 23:56:45 +02:00
|
|
|
<id>private</id>
|
|
|
|
<url>http://repo.songoda.com/repository/private</url>
|
2018-09-29 22:45:04 +02:00
|
|
|
</repository>
|
2018-05-06 03:46:13 +02:00
|
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2018-09-29 22:39:39 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
|
|
|
<version>1.13.1</version>
|
2018-07-25 18:25:48 +02:00
|
|
|
</dependency>
|
2018-05-06 03:46:13 +02:00
|
|
|
<dependency>
|
2018-10-18 23:56:45 +02:00
|
|
|
<groupId>com.songoda</groupId>
|
|
|
|
<artifactId>arconix</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org</groupId>
|
|
|
|
<artifactId>kingdoms</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl</groupId>
|
|
|
|
<artifactId>vault</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.ryanhamshire</groupId>
|
|
|
|
<artifactId>GriefPrevention</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldedit</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
|
|
|
<version>7.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com</groupId>
|
|
|
|
<artifactId>plotsquared</artifactId>
|
|
|
|
<version>RELEASE</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.palmergames.bukkit</groupId>
|
|
|
|
<artifactId>towny</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.wasteofplastic</groupId>
|
|
|
|
<artifactId>askyblock</artifactId>
|
|
|
|
<version>3.0.6.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>us.talabrek</groupId>
|
|
|
|
<artifactId>ultimateskyblock</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.markeh</groupId>
|
|
|
|
<artifactId>factionsframework</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>br.net.fabiozumbi12</groupId>
|
|
|
|
<artifactId>RedProtect</artifactId>
|
|
|
|
<version>7.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.songoda</groupId>
|
|
|
|
<artifactId>epicspawners</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.gmail.nossr50</groupId>
|
|
|
|
<artifactId>mcmmo</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.gamingmesh</groupId>
|
|
|
|
<artifactId>jobs</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.botsko</groupId>
|
|
|
|
<artifactId>prism</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>de.diddiz</groupId>
|
|
|
|
<artifactId>logblock</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net</groupId>
|
|
|
|
<artifactId>coreprotect</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>uk.antiperson</groupId>
|
|
|
|
<artifactId>stackmob</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sothatsit</groupId>
|
|
|
|
<artifactId>blockstore</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.black_ixx</groupId>
|
|
|
|
<artifactId>playerpoints</artifactId>
|
|
|
|
<version>2.1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xyz.wildseries</groupId>
|
|
|
|
<artifactId>wildstacker</artifactId>
|
|
|
|
<version>b6</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
|
|
|
<version>2.5.1</version>
|
2018-05-06 03:46:13 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-10-18 23:56:45 +02:00
|
|
|
<groupId>com.earth2me</groupId>
|
|
|
|
<artifactId>essentials</artifactId>
|
|
|
|
<version>LATEST</version>
|
2018-05-06 03:46:13 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-10-18 23:56:45 +02:00
|
|
|
<groupId>bammerbom</groupId>
|
|
|
|
<artifactId>ultimatecore</artifactId>
|
|
|
|
<version>LATEST</version>
|
2018-05-06 03:46:13 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-10-18 23:56:45 +02:00
|
|
|
</project>
|