2016-07-03 18:59:29 +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>
|
|
|
|
|
|
|
|
<groupId>de.epiceric</groupId>
|
2016-08-05 13:25:24 +00:00
|
|
|
<artifactId>ShopChest</artifactId>
|
2018-07-25 10:52:28 +00:00
|
|
|
<version>1.13-SNAPSHOT</version>
|
2017-07-26 23:17:34 +00:00
|
|
|
|
2018-07-25 10:52:28 +00:00
|
|
|
<name>ShopChest</name>
|
2016-07-06 19:37:41 +00:00
|
|
|
<url>https://www.spigotmc.org/resources/shopchest.11431/</url>
|
2020-03-01 12:35:53 +00:00
|
|
|
<description>A Bukkit plugin letting players create custom chest shops.</description>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:https://github.com/EpicEricEE/ShopChest.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:EpicEricEE/ShopChest.git</developerConnection>
|
|
|
|
<url>https://github.com/EpicEricEE/ShopChest</url>
|
2020-03-01 13:34:50 +00:00
|
|
|
<tag>HEAD</tag>
|
2020-03-01 12:35:53 +00:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<ciManagement>
|
|
|
|
<system>jenkins</system>
|
|
|
|
<url>http://ci.codemc.io/job/EpicEricEE/job/ShopChest/</url>
|
|
|
|
</ciManagement>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>GitHub</system>
|
|
|
|
<url>https://github.com/EpicEricEE/ShopChest/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>codemc-releases</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>codemc-snapshots</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
2016-07-03 18:59:29 +00:00
|
|
|
|
|
|
|
<properties>
|
2018-07-25 10:52:28 +00:00
|
|
|
<!-- Encoding Properties -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
|
2016-07-05 13:08:44 +00:00
|
|
|
|
2017-07-26 23:17:34 +00:00
|
|
|
<!-- JDK Version -->
|
2018-07-25 10:52:28 +00:00
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
2016-07-03 18:59:29 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
2016-07-03 19:14:41 +00:00
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
2016-08-03 14:31:33 +00:00
|
|
|
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
|
2016-07-03 19:14:41 +00:00
|
|
|
</repository>
|
2017-03-17 13:36:24 +00:00
|
|
|
<repository>
|
2018-07-20 16:02:26 +00:00
|
|
|
<id>codemc-repo</id>
|
|
|
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
2017-03-17 13:36:24 +00:00
|
|
|
</repository>
|
2017-03-26 13:56:04 +00:00
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
|
|
|
</repository>
|
2017-03-28 12:37:12 +00:00
|
|
|
<repository>
|
2017-04-29 12:21:41 +00:00
|
|
|
<id>athion-repo</id>
|
2019-04-30 20:21:12 +00:00
|
|
|
<url>http://ci.athion.net/job/PlotSquared-Releases/ws/mvn/</url>
|
2017-03-28 12:37:12 +00:00
|
|
|
</repository>
|
2017-04-10 15:25:48 +00:00
|
|
|
<repository>
|
|
|
|
<id>uskyblock-repo</id>
|
|
|
|
<url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
|
|
|
|
</repository>
|
2017-04-17 15:07:47 +00:00
|
|
|
<repository>
|
|
|
|
<id>tastybento-repo</id>
|
|
|
|
<url>http://dl.bintray.com/tastybento/maven-repo</url>
|
|
|
|
</repository>
|
2017-04-26 15:03:39 +00:00
|
|
|
<repository>
|
|
|
|
<id>jitpack-repo</id>
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
2018-05-21 07:40:40 +00:00
|
|
|
<repository>
|
|
|
|
<id>nlthijs48-repo</id>
|
2018-05-21 10:16:49 +00:00
|
|
|
<url>http://maven.wiefferink.me</url>
|
2018-05-21 07:40:40 +00:00
|
|
|
</repository>
|
2020-04-25 13:53:58 +00:00
|
|
|
<repository>
|
|
|
|
<id>plotsquared-repo</id>
|
|
|
|
<url>https://mvn.intellectualsites.com/content/groups/public/</url>
|
|
|
|
</repository>
|
2016-07-03 18:59:29 +00:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2016-11-17 19:30:26 +00:00
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2019-12-15 14:30:54 +00:00
|
|
|
<version>1.15-R0.1-SNAPSHOT</version>
|
2016-07-03 18:59:29 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>VaultAPI</artifactId>
|
2019-04-30 20:21:12 +00:00
|
|
|
<version>1.7</version>
|
2016-07-03 18:59:29 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-03-17 13:36:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>fr.xephi</groupId>
|
|
|
|
<artifactId>authme</artifactId>
|
2018-05-21 07:40:40 +00:00
|
|
|
<version>5.4.0</version>
|
2018-07-20 16:02:26 +00:00
|
|
|
<scope>provided</scope>
|
2017-03-17 13:36:24 +00:00
|
|
|
</dependency>
|
2017-03-28 12:37:12 +00:00
|
|
|
<dependency>
|
2020-04-25 13:53:58 +00:00
|
|
|
<groupId>com.plotsquared</groupId>
|
|
|
|
<artifactId>PlotSquared</artifactId>
|
|
|
|
<version>5.1</version>
|
2017-03-28 12:37:12 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-04-10 15:25:48 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.rlf</groupId>
|
|
|
|
<artifactId>uSkyBlock-API</artifactId>
|
|
|
|
<version>2.6.4</version>
|
2017-04-17 15:07:47 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.wasteofplastic</groupId>
|
|
|
|
<artifactId>askyblock</artifactId>
|
|
|
|
<version>3.0.6.2</version>
|
|
|
|
<scope>provided</scope>
|
2017-04-10 15:25:48 +00:00
|
|
|
</dependency>
|
2017-04-26 15:03:39 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.TechFortress</groupId>
|
|
|
|
<artifactId>GriefPrevention</artifactId>
|
2019-06-15 12:40:06 +00:00
|
|
|
<version>16.11.6</version>
|
2017-04-26 15:03:39 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-06-15 12:20:09 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.wiefferink</groupId>
|
|
|
|
<artifactId>areashop</artifactId>
|
|
|
|
<version>2.6.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2020-03-16 12:35:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>world.bentobox</groupId>
|
|
|
|
<artifactId>bentobox</artifactId>
|
|
|
|
<version>1.11.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-06-16 13:45:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.palmergames</groupId>
|
|
|
|
<artifactId>Towny</artifactId>
|
|
|
|
<version>0.93.1.0</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/Towny-0.93.1.0.jar</systemPath>
|
|
|
|
</dependency>
|
2017-04-29 12:21:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>pl.gnacik</groupId>
|
|
|
|
<artifactId>IslandWorld</artifactId>
|
2019-06-15 12:20:09 +00:00
|
|
|
<version>8.5</version>
|
2017-04-29 12:21:41 +00:00
|
|
|
<scope>system</scope>
|
2019-06-15 12:20:09 +00:00
|
|
|
<systemPath>${project.basedir}/lib/IslandWorld-8.5.jar</systemPath>
|
2017-04-29 12:21:41 +00:00
|
|
|
</dependency>
|
2019-06-15 12:20:09 +00:00
|
|
|
|
|
|
|
<!-- Shaded dependencies -->
|
2017-05-13 15:20:56 +00:00
|
|
|
<dependency>
|
2019-06-15 12:20:09 +00:00
|
|
|
<groupId>org.codemc.worldguardwrapper</groupId>
|
|
|
|
<artifactId>worldguardwrapper</artifactId>
|
|
|
|
<version>1.1.6-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bstats</groupId>
|
|
|
|
<artifactId>bstats-bukkit</artifactId>
|
2020-01-21 19:01:38 +00:00
|
|
|
<version>1.7</version>
|
2017-05-13 15:20:56 +00:00
|
|
|
</dependency>
|
2018-08-01 10:20:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
2019-06-15 12:37:17 +00:00
|
|
|
<version>3.3.1</version>
|
2018-08-01 10:20:10 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-jdk14</artifactId>
|
2019-06-15 12:37:17 +00:00
|
|
|
<version>1.7.26</version>
|
2018-08-01 10:20:10 +00:00
|
|
|
</dependency>
|
2016-07-03 18:59:29 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2018-07-23 15:51:04 +00:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2018-07-25 10:52:28 +00:00
|
|
|
|
2016-07-03 18:59:29 +00:00
|
|
|
<plugins>
|
2017-03-15 17:40:45 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2020-03-01 13:34:50 +00:00
|
|
|
<version>3.2.2</version>
|
2018-07-25 10:52:28 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2017-03-15 17:40:45 +00:00
|
|
|
<configuration>
|
2018-07-25 10:52:28 +00:00
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
2017-03-15 17:40:45 +00:00
|
|
|
<relocations>
|
|
|
|
<relocation>
|
2019-07-19 20:22:11 +00:00
|
|
|
<pattern>org.bstats.bukkit</pattern>
|
|
|
|
<shadedPattern>de.epiceric.shopchest.dependencies.bstats</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.codemc.worldguardwrapper</pattern>
|
|
|
|
<shadedPattern>de.epiceric.shopchest.dependencies.worldguardwrapper</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>com.zaxxer.hikari</pattern>
|
|
|
|
<shadedPattern>de.epiceric.shopchest.dependencies.hikari</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.slf4j</pattern>
|
|
|
|
<shadedPattern>de.epiceric.shopchest.dependencies.slf4j</shadedPattern>
|
2017-03-15 17:40:45 +00:00
|
|
|
</relocation>
|
|
|
|
</relocations>
|
|
|
|
</configuration>
|
2018-07-25 10:52:28 +00:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2020-03-01 13:34:50 +00:00
|
|
|
<version>3.2.1</version>
|
2017-03-15 17:40:45 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
2020-03-01 12:35:53 +00:00
|
|
|
<goal>jar-no-fork</goal>
|
2017-03-15 17:40:45 +00:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-07-05 13:08:44 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-07-25 10:52:28 +00:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2020-03-16 12:36:15 +00:00
|
|
|
<version>3.2.0</version>
|
2016-07-05 13:08:44 +00:00
|
|
|
<configuration>
|
2020-03-01 12:35:53 +00:00
|
|
|
<doclint>none</doclint>
|
2016-07-05 13:08:44 +00:00
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
2018-07-25 10:52:28 +00:00
|
|
|
<goal>jar</goal>
|
2016-07-05 13:08:44 +00:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-03-01 13:34:50 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>3.0.0-M1</version>
|
|
|
|
<configuration>
|
|
|
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-07-03 18:59:29 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2018-05-21 10:16:49 +00:00
|
|
|
</project>
|