2021-01-22 18:32:23 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2023-05-19 15:55:41 +02: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>
|
2022-10-28 04:08:15 +02:00
|
|
|
|
2023-05-19 15:55:41 +02:00
|
|
|
<groupId>ca.tweetzy</groupId>
|
|
|
|
<artifactId>auctionhouse</artifactId>
|
2022-10-28 04:08:15 +02:00
|
|
|
|
2023-05-19 15:55:41 +02:00
|
|
|
<name>AuctionHouse</name>
|
|
|
|
<description>The ultimate auction solution for your server</description>
|
2024-10-19 18:04:35 +02:00
|
|
|
<version>2.127.0</version>
|
2023-05-19 15:55:41 +02:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
<properties>
|
|
|
|
<author>Kiran Hart</author>
|
|
|
|
<jarName>${project.name}</jarName>
|
|
|
|
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
|
|
|
|
<java.version>8</java.version>
|
2024-10-17 19:02:36 +02:00
|
|
|
<flight.version>3.27.1</flight.version>
|
2023-05-19 15:55:41 +02:00
|
|
|
<flight.path>ca.tweetzy</flight.path>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
2021-02-27 22:00:22 +01:00
|
|
|
|
2024-09-09 20:17:44 +02:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>repsy</id>
|
|
|
|
<name>Tweetzy Maven Repo On Repsy</name>
|
|
|
|
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2023-05-19 15:55:41 +02:00
|
|
|
<repositories>
|
2023-07-31 01:02:18 +02:00
|
|
|
<repository>
|
|
|
|
<id>techscode</id>
|
|
|
|
<url>https://repo.techscode.com/repository/maven-releases/</url>
|
|
|
|
</repository>
|
2023-05-19 15:55:41 +02:00
|
|
|
<repository>
|
|
|
|
<id>jitpack.io</id>
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>nms-repo</id>
|
|
|
|
<url>https://repo.codemc.org/repository/nms/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2023-05-19 16:08:58 +02:00
|
|
|
<id>repsy</id>
|
|
|
|
<name>Tweetzy Maven Repo On Repsy</name>
|
|
|
|
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
|
2023-06-21 01:38:48 +02:00
|
|
|
</repository>
|
|
|
|
<repository>
|
2023-05-19 15:55:41 +02:00
|
|
|
<id>placeholderapi</id>
|
|
|
|
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>aikar</id>
|
|
|
|
<url>https://repo.aikar.co/content/groups/aikar/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>nexus</id>
|
|
|
|
<name>Lumine Releases</name>
|
|
|
|
<url>https://mvn.lumine.io/repository/maven-public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>neetgames</id>
|
|
|
|
<url>https://nexus.neetgames.com/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>opencollab-snapshot</id>
|
|
|
|
<url>https://repo.opencollab.dev/maven-snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>mineacademy-repo</id>
|
|
|
|
<url>https://bitbucket.org/kangarko/libraries/raw/master</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>essentials-releases</id>
|
|
|
|
<url>https://repo.essentialsx.net/releases/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>paper-repo</id>
|
|
|
|
<url>https://papermc.io/repo/repository/maven-public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>dv8tion</id>
|
|
|
|
<name>m2-dv8tion</name>
|
|
|
|
<url>https://m2.dv8tion.net/releases</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>Scarsz-Nexus</id>
|
|
|
|
<url>https://nexus.scarsz.me/content/groups/public/</url>
|
|
|
|
</repository>
|
2023-03-10 06:11:56 +01:00
|
|
|
<repository>
|
|
|
|
<id>chestshop-repo</id>
|
|
|
|
<url>https://repo.minebench.de/</url>
|
|
|
|
</repository>
|
2023-06-16 21:08:47 +02:00
|
|
|
<repository>
|
|
|
|
<id>codemc-repo</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-public/</url>
|
|
|
|
<layout>default</layout>
|
|
|
|
</repository>
|
2024-09-09 20:17:44 +02:00
|
|
|
<repository>
|
|
|
|
<id>auxilor-plugins</id>
|
|
|
|
<url>https://repo.auxilor.io/repository/maven-public/</url>
|
|
|
|
</repository>
|
2024-10-03 19:31:55 +02:00
|
|
|
<repository>
|
|
|
|
<id>rosewood-repo</id>
|
|
|
|
<url>https://repo.rosewooddev.io/repository/public/</url>
|
|
|
|
</repository>
|
2023-05-19 15:55:41 +02:00
|
|
|
</repositories>
|
2022-10-28 04:08:15 +02:00
|
|
|
|
2023-05-19 15:55:41 +02:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>maven-snapshots</id>
|
|
|
|
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2022-10-28 04:08:15 +02:00
|
|
|
|
2023-05-19 15:55:41 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
2024-05-01 18:13:23 +02:00
|
|
|
<version>1.20.3-R0.1-SNAPSHOT</version>
|
2023-05-19 15:55:41 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${flight.path}</groupId>
|
|
|
|
<artifactId>flight</artifactId>
|
|
|
|
<version>${flight.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
|
|
<artifactId>VaultAPI</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.tweetzy</groupId>
|
|
|
|
<artifactId>tweetycore</artifactId>
|
2024-08-01 21:05:05 +02:00
|
|
|
<version>3.11.0</version>
|
2023-06-16 21:08:47 +02:00
|
|
|
</dependency>
|
2023-05-19 15:55:41 +02:00
|
|
|
<dependency>
|
2024-09-04 20:00:37 +02:00
|
|
|
<groupId>${flight.path}</groupId>
|
|
|
|
<artifactId>funds</artifactId>
|
|
|
|
<version>1.10.0</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
<artifactId>*</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-09-09 20:17:44 +02:00
|
|
|
<groupId>com.willfp</groupId>
|
|
|
|
<artifactId>EcoBits</artifactId>
|
|
|
|
<version>1.8.4</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-10-03 19:31:55 +02:00
|
|
|
<groupId>org.black_ixx</groupId>
|
|
|
|
<artifactId>playerpoints</artifactId>
|
|
|
|
<version>3.2.6</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2023-05-19 15:55:41 +02:00
|
|
|
<groupId>org.mineacademy.plugin</groupId>
|
|
|
|
<artifactId>CMI-API</artifactId>
|
|
|
|
<version>8.7.8.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.essentialsx</groupId>
|
|
|
|
<artifactId>EssentialsX</artifactId>
|
|
|
|
<version>2.19.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>1.18.20</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>co.aikar</groupId>
|
|
|
|
<artifactId>taskchain-bukkit</artifactId>
|
|
|
|
<version>3.7.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.lumine</groupId>
|
|
|
|
<artifactId>MythicLib</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
2024-05-01 18:13:23 +02:00
|
|
|
<version>2.11.5</version>
|
2023-05-19 15:55:41 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>me.TechsCode</groupId>
|
2023-08-04 02:16:33 +02:00
|
|
|
<artifactId>UltraEconomyAPI</artifactId>
|
2023-07-31 01:02:18 +02:00
|
|
|
<version>2.6.4</version>
|
|
|
|
<scope>provided</scope>
|
2023-05-19 15:55:41 +02:00
|
|
|
</dependency>
|
2023-03-10 06:11:56 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.acrobot.chestshop</groupId>
|
|
|
|
<artifactId>chestshop</artifactId>
|
|
|
|
<version>3.12</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2023-05-19 15:55:41 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>1.7.25</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-nop</artifactId>
|
|
|
|
<version>1.7.25</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geysermc.floodgate</groupId>
|
|
|
|
<artifactId>api</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2023-06-16 21:08:47 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.8.9</version>
|
|
|
|
</dependency>
|
2023-05-19 15:55:41 +02:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<finalName>${jarName}</finalName>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<format>{0,number}</format>
|
|
|
|
<items>
|
|
|
|
<item>buildNumber</item>
|
|
|
|
</items>
|
|
|
|
<doCheck>false</doCheck>
|
|
|
|
<doUpdate>false</doUpdate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<configuration>
|
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
|
|
<artifactId>replacer</artifactId>
|
|
|
|
<version>1.5.3</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>replace</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<file>${project.build.directory}/classes/plugin.yml</file>
|
|
|
|
<replacements>
|
|
|
|
<replacement>
|
|
|
|
<token>maven-version-number</token>
|
|
|
|
<value>${project.version}</value>
|
|
|
|
</replacement>
|
|
|
|
</replacements>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>3.2.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>${flight.path}:flight*</include>
|
|
|
|
<include>ca.tweetzy:tweetycore</include>
|
|
|
|
<include>com.zaxxer:HikariCP</include>
|
|
|
|
<include>org.slf4j:slf4j-api</include>
|
|
|
|
<include>org.slf4j:slf4j-nop</include>
|
|
|
|
<include>co.aikar:taskchain-bukkit</include>
|
|
|
|
<include>co.aikar:taskchain-core</include>
|
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
|
|
|
<filters>
|
|
|
|
<filter>
|
|
|
|
<artifact>*:*</artifact>
|
|
|
|
<excludes>
|
|
|
|
<exclude>META-INF/*.SF</exclude>
|
|
|
|
<exclude>META-INF/*.DSA</exclude>
|
|
|
|
<exclude>META-INF/*.RSA</exclude>
|
|
|
|
<exclude>META-INF/MANIFEST.MF</exclude>
|
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
</filters>
|
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>ca.tweetzy.core</pattern>
|
|
|
|
<shadedPattern>${project.groupId}.${project.artifactId}.core</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>ca.tweetzy.flight</pattern>
|
|
|
|
<shadedPattern>${project.groupId}.${project.artifactId}.flight</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>com.zaxxer.hikari</pattern>
|
|
|
|
<shadedPattern>${project.groupId}.${project.artifactId}.lib.hikari</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.slf4j</pattern>
|
|
|
|
<shadedPattern>${project.groupId}.${project.artifactId}.lib.slf4j</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
<relocation>
|
|
|
|
<pattern>co.aikar.taskchain</pattern>
|
2023-06-16 21:08:47 +02:00
|
|
|
<shadedPattern>${project.groupId}.${project.artifactId}.lib.taskchain</shadedPattern>
|
|
|
|
</relocation>
|
2023-05-19 15:55:41 +02:00
|
|
|
</relocations>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>3.0.2</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy-files-on-build</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<outputDirectory>D:\Development\Spigot Servers\Latest Version\plugins</outputDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>${project.build.directory}</directory>
|
|
|
|
<include>${project.name}.jar</include>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2024-02-12 21:21:18 +01:00
|
|
|
<execution>
|
|
|
|
<id>copy-files-on-build-18</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<outputDirectory>D:\Development\Spigot Servers\1.8\plugins</outputDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>${project.build.directory}</directory>
|
|
|
|
<include>${project.name}.jar</include>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2023-08-25 19:03:57 +02:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.coderplus.maven.plugins</groupId>
|
|
|
|
<artifactId>copy-rename-maven-plugin</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<executions>
|
2023-06-16 21:08:47 +02:00
|
|
|
<execution>
|
2023-08-25 19:03:57 +02:00
|
|
|
<id>copy-named-jar</id>
|
2023-06-16 21:08:47 +02:00
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
2023-08-25 19:03:57 +02:00
|
|
|
<goal>copy</goal>
|
2023-06-16 21:08:47 +02:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2023-08-25 19:03:57 +02:00
|
|
|
<sourceFile>${project.build.directory}/${project.name}.jar</sourceFile>
|
|
|
|
<destinationFile>D:\Development\Spigot Plugins\Ready Jars\Auction House\${project.name} - v${project.version}.jar</destinationFile>
|
2023-06-16 21:08:47 +02:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2023-05-19 15:55:41 +02:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:http://127.0.0.1/dummy</connection>
|
|
|
|
<developerConnection>scm:git:https://127.0.0.1/dummy</developerConnection>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
<url>http://127.0.0.1/dummy</url>
|
|
|
|
</scm>
|
2021-01-22 18:32:23 +01:00
|
|
|
</project>
|