2013-10-18 11:49:03 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2015-04-15 04:06:16 +00:00
|
|
|
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>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2015-04-15 04:06:16 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>net.ess3</groupId>
|
2015-07-29 21:22:10 +00:00
|
|
|
<artifactId>EssentialsXParent</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-04-15 04:06:16 +00:00
|
|
|
</parent>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2015-04-24 20:32:50 +00:00
|
|
|
<artifactId>EssentialsX</artifactId>
|
2013-10-18 11:49:03 +00:00
|
|
|
|
2014-04-06 14:50:18 +00:00
|
|
|
<build>
|
2018-03-29 03:00:19 +00:00
|
|
|
<finalName>EssentialsX-${full.version}</finalName>
|
2014-04-06 14:50:18 +00:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2019-01-05 18:42:09 +00:00
|
|
|
<version>3.8.0</version>
|
2014-04-06 14:50:18 +00:00
|
|
|
<configuration>
|
2015-04-20 19:33:36 +00:00
|
|
|
<showDeprecation>false</showDeprecation>
|
2014-04-06 14:50:18 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-06-17 14:25:46 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2019-01-05 18:42:09 +00:00
|
|
|
<version>3.2.1</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2019-01-05 18:42:09 +00:00
|
|
|
<configuration>
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
2019-02-20 12:25:05 +00:00
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>io.papermc.lib</pattern>
|
|
|
|
<shadedPattern>com.earth2me.essentials.paperlib</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
</relocations>
|
2019-01-05 18:42:09 +00:00
|
|
|
</configuration>
|
2015-06-17 14:25:46 +00:00
|
|
|
</plugin>
|
2014-04-06 14:50:18 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-06-17 14:25:46 +00:00
|
|
|
|
2014-04-06 14:50:18 +00:00
|
|
|
<dependencies>
|
2015-04-15 04:06:16 +00:00
|
|
|
<dependency>
|
2019-12-16 14:23:00 +00:00
|
|
|
<groupId>com.github.milkbowl</groupId>
|
2019-02-20 11:28:20 +00:00
|
|
|
<artifactId>VaultAPI</artifactId>
|
|
|
|
<version>1.7</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<scope>provided</scope>
|
2015-04-15 04:06:16 +00:00
|
|
|
</dependency>
|
2019-02-20 12:25:05 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.papermc</groupId>
|
|
|
|
<artifactId>paperlib</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2015-06-17 14:25:46 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>NMSProvider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
2016-03-28 23:42:33 +00:00
|
|
|
<artifactId>UpdatedMetaProvider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>1_8_R1Provider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2015-06-18 17:43:39 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>1_8_R2Provider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-06-18 17:43:39 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2015-06-17 14:25:46 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>LegacyProvider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2015-06-17 14:25:46 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-06-10 01:04:02 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>ReflectionProvider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2016-06-10 01:04:02 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2018-08-08 14:42:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>FlattenedProvider</artifactId>
|
2020-02-22 10:05:14 +00:00
|
|
|
<version>2.17.2</version>
|
2018-08-08 14:42:29 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2015-04-15 04:06:16 +00:00
|
|
|
</dependencies>
|
2013-12-28 13:21:26 +00:00
|
|
|
</project>
|