mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
461 lines
19 KiB
XML
461 lines
19 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>de.epiceric</groupId>
|
|
<artifactId>ShopChest-parent</artifactId>
|
|
<version>1.14.0-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>plugin</module>
|
|
<module>nms/interface</module>
|
|
<module>nms/reflection</module>
|
|
<module>nms/v1_17_R1</module>
|
|
<module>nms/v1_17_1_R1</module>
|
|
<module>nms/v1_18_R1</module>
|
|
</modules>
|
|
|
|
<name>ShopChest</name>
|
|
<url>https://www.spigotmc.org/resources/shopchest.11431/</url>
|
|
<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>
|
|
<tag>HEAD</tag>
|
|
</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>
|
|
|
|
<properties>
|
|
<!-- Encoding Properties -->
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
|
|
|
|
<!-- JDK Version -->
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<!-- Default Spigot version for nms implementation. Must be overridden -->
|
|
<spigot.version>defaultVersion</spigot.version>
|
|
</properties>
|
|
|
|
<repositories>
|
|
<!-- Spigot repo (Spigot API) -->
|
|
<repository>
|
|
<id>spigot-repo</id>
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
</repository>
|
|
<!-- Github repo (Vault, uSkyBlock, GriefPrevention, PlotSquared v4, Towny) -->
|
|
<repository>
|
|
<id>jitpack-repo</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
<!-- CodeMc repo (AuthMe, ASkyBlock, BentoBox, WorldGuardWrapper) -->
|
|
<repository>
|
|
<id>codemc-repo</id>
|
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
|
</repository>
|
|
<!-- Intellectual Site repo (PlotSquared v6) -->
|
|
<repository>
|
|
<id>intellectualsites-snapshots-repo</id>
|
|
<url>https://mvn.intellectualsites.com/content/repositories/public/</url>
|
|
</repository>
|
|
<!-- Inventive Talent repo (ReflectionHelper) -->
|
|
<repository>
|
|
<id>inventive-repo</id>
|
|
<url>https://repo.inventivetalent.org/content/groups/public/</url>
|
|
</repository>
|
|
<!-- EngineHub repo (WorldGuard from WorldGuardWrapper) -->
|
|
<repository>
|
|
<id>enginehub-repo</id>
|
|
<url>https://maven.enginehub.org/repo/</url>
|
|
</repository>
|
|
<!-- AreaShop repo -->
|
|
<repository>
|
|
<id>areashop-repo</id>
|
|
<url>http://maven.wiefferink.me</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot-api</artifactId>
|
|
<version>1.18.1-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
<artifactId>VaultAPI</artifactId>
|
|
<version>1.7</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>fr.xephi</groupId>
|
|
<artifactId>authme</artifactId>
|
|
<version>5.4.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.plotsquared</groupId>
|
|
<artifactId>PlotSquared-Core</artifactId>
|
|
<version>6.2.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.rlf.uSkyBlock</groupId>
|
|
<artifactId>uSkyBlock-API</artifactId>
|
|
<version>v2.8.9</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.wasteofplastic</groupId>
|
|
<artifactId>askyblock</artifactId>
|
|
<version>3.0.9.4</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>bukkit.org</groupId>
|
|
<artifactId>craftbukkit</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.9.2</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.9.4</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.12</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.10</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.11</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.9</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1.8</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot.1.8.3</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot.1.8.4</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot.1.8.6</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot.1.8.8</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>spigotmc.org</groupId>
|
|
<artifactId>spigot-1649</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.TechFortress</groupId>
|
|
<artifactId>GriefPrevention</artifactId>
|
|
<version>16.17.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.wiefferink</groupId>
|
|
<artifactId>areashop</artifactId>
|
|
<version>2.6.0</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>me.wiefferink</groupId>
|
|
<artifactId>interactivemessenger</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>me.wiefferink</groupId>
|
|
<artifactId>bukkitdo</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.sk89q</groupId>
|
|
<artifactId>worldedit</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.sk89q</groupId>
|
|
<artifactId>worldguard</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
<artifactId>worldguard-legacy</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>world.bentobox</groupId>
|
|
<artifactId>bentobox</artifactId>
|
|
<version>1.17.2</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.IntellectualSites.PlotSquared</groupId>
|
|
<artifactId>Core</artifactId>
|
|
<version>4.453</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.TownyAdvanced</groupId>
|
|
<artifactId>Towny</artifactId>
|
|
<version>0.97.5.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>pl.gnacik.islandworld</groupId>
|
|
<artifactId>IslandWorld</artifactId>
|
|
<version>8.5</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Nms dependency -->
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot</artifactId>
|
|
<version>${spigot.version}</version>
|
|
<classifier>remapped-mojang</classifier>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Only required for build to succeed ? -->
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.22</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Shaded dependencies -->
|
|
<dependency>
|
|
<groupId>org.codemc.worldguardwrapper</groupId>
|
|
<artifactId>worldguardwrapper</artifactId>
|
|
<version>1.2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bstats</groupId>
|
|
<artifactId>bstats-bukkit</artifactId>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.zaxxer</groupId>
|
|
<artifactId>HikariCP</artifactId>
|
|
<version>5.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-jdk14</artifactId>
|
|
<version>2.0.0-alpha2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.inventivetalent</groupId>
|
|
<artifactId>reflectionhelper</artifactId>
|
|
<version>1.18.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Internal nms shaded dependencies -->
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>shopchest-nms-interface</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>shopchest-nms-reflection</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>shopchest-nms-v1_17_R1</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>shopchest-nms-v1_17_1_R1</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>shopchest-nms-v1_18_R1</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<version>3.2.2</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>shade</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
<relocations>
|
|
<relocation>
|
|
<pattern>org.bstats</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>
|
|
</relocation>
|
|
<relocation>
|
|
<pattern>org.inventivetalent.reflection</pattern>
|
|
<shadedPattern>de.epiceric.shopchest.dependencies.reflectionhelper</shadedPattern>
|
|
</relocation>
|
|
</relocations>
|
|
<filters>
|
|
<filter>
|
|
<artifact>de.epiceric:ShopChest</artifact>
|
|
<excludeDefaults>false</excludeDefaults>
|
|
<includes>
|
|
<include>META-INF/**</include>
|
|
<include>META-INF/**/*</include>
|
|
<include>**/module-info.class</include>
|
|
</includes>
|
|
</filter>
|
|
<filter>
|
|
<artifact>*:*</artifact>
|
|
<excludes>
|
|
<exclude>META-INF/**</exclude>
|
|
<exclude>META-INF/**/*</exclude>
|
|
<exclude>**/module-info.class</exclude>
|
|
</excludes>
|
|
</filter>
|
|
</filters>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<version>3.2.1</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>jar-no-fork</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>3.2.0</version>
|
|
<configuration>
|
|
<doclint>none</doclint>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>aggregate-jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<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>
|
|
<plugin>
|
|
<groupId>net.md-5</groupId>
|
|
<artifactId>specialsource-maven-plugin</artifactId>
|
|
<version>1.2.4</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>remap</goal>
|
|
</goals>
|
|
<id>remap-obf</id>
|
|
<configuration>
|
|
<srgIn>org.spigotmc:minecraft-server:${spigot.version}:txt:maps-mojang</srgIn>
|
|
<reverse>true</reverse>
|
|
<remappedDependencies>org.spigotmc:spigot:${spigot.version}:jar:remapped-mojang</remappedDependencies>
|
|
<remappedArtifactAttached>true</remappedArtifactAttached>
|
|
<remappedClassifierName>remapped-obf</remappedClassifierName>
|
|
</configuration>
|
|
</execution>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>remap</goal>
|
|
</goals>
|
|
<id>remap-spigot</id>
|
|
<configuration>
|
|
<inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile>
|
|
<srgIn>org.spigotmc:minecraft-server:${spigot.version}:csrg:maps-spigot</srgIn>
|
|
<remappedDependencies>org.spigotmc:spigot:${spigot.version}:jar:remapped-obf</remappedDependencies>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
|
|
</project>
|