mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
211 lines
6.7 KiB
XML
211 lines
6.7 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>org.example</groupId>
|
|
<artifactId>CommandPanels</artifactId>
|
|
<version>SNAPSHOT</version>
|
|
|
|
<properties>
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<src.dir>src</src.dir>
|
|
</properties>
|
|
|
|
<build>
|
|
<sourceDirectory>${src.dir}</sourceDirectory>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.13.0</version>
|
|
<configuration>
|
|
<release>21</release>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<version>3.6.0</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>shade</goal>
|
|
</goals>
|
|
<configuration>
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
<minimizeJar>true</minimizeJar>
|
|
<relocations>
|
|
<relocation>
|
|
<pattern>org.bstats</pattern>
|
|
<shadedPattern>me.rockyhawk.commandpanels.libs.bstats</shadedPattern>
|
|
</relocation>
|
|
</relocations>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
<resources>
|
|
<resource>
|
|
<directory>resource</directory>
|
|
</resource>
|
|
<resource>
|
|
<directory>panels</directory>
|
|
</resource>
|
|
</resources>
|
|
</build>
|
|
|
|
<repositories>
|
|
<!-- Paper -->
|
|
<repository>
|
|
<id>papermc</id>
|
|
<url>https://repo.papermc.io/repository/maven-public/</url>
|
|
</repository>
|
|
|
|
<!-- Placeholder API -->
|
|
<repository>
|
|
<id>placeholderapi</id>
|
|
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
</repository>
|
|
|
|
<!-- Floodgate -->
|
|
<repository>
|
|
<id>opencollab-snapshot</id>
|
|
<url>https://repo.opencollab.dev/main/</url>
|
|
</repository>
|
|
|
|
<!-- Nexo -->
|
|
<repository>
|
|
<id>reposilite-repository-releases</id>
|
|
<name>Reposilite Repository</name>
|
|
<url>https://repo.nexomc.com/releases</url>
|
|
</repository>
|
|
|
|
<!-- ItemsAdder -->
|
|
<repository>
|
|
<id>matteodev</id>
|
|
<url>https://maven.devs.beer/</url>
|
|
</repository>
|
|
|
|
<!-- MMOItems -->
|
|
<repository>
|
|
<id>phoenix</id>
|
|
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
|
|
</repository>
|
|
|
|
<!-- Vault API -->
|
|
<repository>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<!-- Paper -->
|
|
<dependency>
|
|
<groupId>io.papermc.paper</groupId>
|
|
<artifactId>paper-api</artifactId>
|
|
<version>1.21.8-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Placeholder API -->
|
|
<dependency>
|
|
<groupId>me.clip</groupId>
|
|
<artifactId>placeholderapi</artifactId>
|
|
<version>2.11.6</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Adventure API -->
|
|
<dependency>
|
|
<groupId>net.kyori</groupId>
|
|
<artifactId>adventure-api</artifactId>
|
|
<version>4.23.0</version>
|
|
</dependency>
|
|
|
|
<!-- MiniMessage -->
|
|
<dependency>
|
|
<groupId>net.kyori</groupId>
|
|
<artifactId>adventure-text-minimessage</artifactId>
|
|
<version>4.23.0</version>
|
|
</dependency>
|
|
|
|
<!-- Floodgate -->
|
|
<dependency>
|
|
<groupId>org.geysermc.floodgate</groupId>
|
|
<artifactId>api</artifactId>
|
|
<version>2.2.4-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- MMOItems -->
|
|
<dependency>
|
|
<groupId>io.lumine</groupId>
|
|
<artifactId>MythicLib-dist</artifactId>
|
|
<version>1.6.2-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.Indyuce</groupId>
|
|
<artifactId>MMOItems-API</artifactId>
|
|
<version>6.9.5-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- HeadDatabase-API -->
|
|
<dependency>
|
|
<groupId>com.arcaniax</groupId>
|
|
<artifactId>HeadDatabase-API</artifactId>
|
|
<version>1.3.2</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- ItemsAdder -->
|
|
<dependency>
|
|
<groupId>dev.lone</groupId>
|
|
<artifactId>api-itemsadder</artifactId>
|
|
<version>4.0.10</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- Nexo -->
|
|
<dependency>
|
|
<groupId>com.nexomc</groupId>
|
|
<artifactId>nexo</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>provided</scope>
|
|
<optional>true</optional>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>net.byteflux</groupId>
|
|
<artifactId>libby-bukkit</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<!-- Vault API -->
|
|
<dependency>
|
|
<groupId>com.github.MilkBowl</groupId>
|
|
<artifactId>VaultAPI</artifactId>
|
|
<version>1.7.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- bstats -->
|
|
<dependency>
|
|
<groupId>org.bstats</groupId>
|
|
<artifactId>bstats-bukkit</artifactId>
|
|
<version>3.0.2</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |