<?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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>magemonkey-parent</artifactId>
    <groupId>studio.magemonkey</groupId>
    <version>1.21.1-SNAPSHOT</version>
    <relativePath>pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>genesis</artifactId>
  <name>Genesis</name>
  <version>1.0.1-R2</version>
  <description>Create virtual chest shops</description>
  <url>https://www.spigotmc.org/resources/genesis-custom-gui-and-shop-creator-by-magemonkey-studio-formerly-bossshoppro.104824/</url>
  <developers>
    <developer>
      <name>MageMonkeyStudio</name>
      <organization>MageMonkeyStudio</organization>
      <organizationUrl>https://magemonkey.studio</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/promcteam/${project.artifactId}.git</connection>
    <developerConnection>scm:git:ssh://github.com:promcteam/${project.artifactId}.git</developerConnection>
    <url>https://github.com/promcteam/${project.artifactId}</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <id>shade</id>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <filters>
            <filter>
              <artifact>*:*</artifact>
              <excludes>
                <exclude>META-INF/**</exclude>
                <exclude>LICENSE</exclude>
              </excludes>
            </filter>
          </filters>
          <relocations>
            <relocation>
              <pattern>de.tr7zw.changeme.nbtapi</pattern>
              <shadedPattern>studio.magemonkey.genesis.lib.nbtapi</shadedPattern>
            </relocation>
          </relocations>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>publish</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>3.10.1</version>
            <executions>
              <execution>
                <id>attach-javadocs</id>
                <goals>
                  <goal>jar</goal>
                </goals>
                <configuration>
                  <attach>true</attach>
                  <tags>
                    <tag>
                      <name>apiNote</name>
                      <placement>a</placement>
                      <head>API Note:</head>
                    </tag>
                  </tags>
                  <reportOutputDirectory>/home/runner/work/genesis/genesis</reportOutputDirectory>
                  <destDir>gh-pages/javadocs</destDir>
                  <doclint>all,-missing</doclint>
                  <outputDirectory>gh-pages</outputDirectory>
                </configuration>
              </execution>
            </executions>
            <configuration>
              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>a</placement>
                  <head>API Note:</head>
                </tag>
              </tags>
              <reportOutputDirectory>/home/runner/work/genesis/genesis</reportOutputDirectory>
              <destDir>gh-pages/javadocs</destDir>
              <doclint>all,-missing</doclint>
              <outputDirectory>gh-pages</outputDirectory>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <repositories>
    <repository>
      <id>codemc-repo</id>
      <url>https://repo.codemc.org/repository/maven-public/</url>
    </repository>
    <repository>
      <id>sonatype</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
    <repository>
      <id>repo</id>
      <url>https://repo.glaremasters.me/repository/public/</url>
    </repository>
    <repository>
      <id>placeholderapi</id>
      <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
    </repository>
    <repository>
      <id>rosewood-repo</id>
      <url>https://repo.rosewooddev.io/repository/public/</url>
    </repository>
    <repository>
      <id>nexus</id>
      <name>Lumine Releases</name>
      <url>https://mvn.lumine.io/repository/maven-public/</url>
    </repository>
    <repository>
      <id>BenCodez Repo</id>
      <url>https://nexus.bencodez.com/repository/maven-public/</url>
    </repository>
    <repository>
      <id>spigot-repo</id>
      <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
    </repository>
    <repository>
      <id>SilkSpawners-Repo</id>
      <url>https://repo.dustplanet.de/artifactory/libs-release-local</url>
    </repository>
    <repository>
      <id>teamvk-repo</id>
      <url>https://raw.githubusercontent.com/TeamVK/maven-repository/master/release/</url>
    </repository>
    <repository>
      <id>com.craftaro</id>
      <url>https://repo.craftaro.com/repository/minecraft-plugins/</url>
    </repository>
    <repository>
      <id>bencodez repo</id>
      <url>https://nexus.bencodez.com/repository/maven-public/</url>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.black_ixx</groupId>
      <artifactId>playerpoints</artifactId>
      <version>3.2.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>studio.magemonkey</groupId>
      <artifactId>divinity</artifactId>
      <version>1.0.1-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>studio.magemonkey</groupId>
      <artifactId>codex</artifactId>
      <version>1.0.1-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.lumine</groupId>
      <artifactId>Mythic-Dist</artifactId>
      <version>5.7.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.md-5</groupId>
      <artifactId>bungeecord-api</artifactId>
      <version>1.21-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Realizedd</groupId>
      <artifactId>TokenManager</artifactId>
      <version>3.2.4</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>bstats-bukkit</artifactId>
          <groupId>org.bstats</groupId>
        </exclusion>
        <exclusion>
          <artifactId>VaultAPI</artifactId>
          <groupId>net.milkbowl.vault</groupId>
        </exclusion>
        <exclusion>
          <artifactId>MVdwPlaceholderAPI</artifactId>
          <groupId>be.maximvdw</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jedis</artifactId>
          <groupId>redis.clients</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-pool2</artifactId>
          <groupId>org.apache.commons</groupId>
        </exclusion>
        <exclusion>
          <artifactId>HikariCP</artifactId>
          <groupId>com.zaxxer</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-nop</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bukkit</artifactId>
          <groupId>org.inventivetalent.spiget-update</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.14.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.11.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.milkbowl</groupId>
      <artifactId>vault</artifactId>
      <version>1.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>me.clip</groupId>
      <artifactId>placeholderapi</artifactId>
      <version>2.11.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Zrips</groupId>
      <artifactId>Jobs</artifactId>
      <version>v5.2.2.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.bencodez</groupId>
      <artifactId>votingplugin</artifactId>
      <version>6.17.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.vk2gpz.tokenenchant</groupId>
      <artifactId>TokenEnchantAPI</artifactId>
      <version>18.37.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>de.dustplanet</groupId>
      <artifactId>silkspawners</artifactId>
      <version>8.1.0</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.meowj</groupId>
      <artifactId>LangUtils</artifactId>
      <version>1.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.cryptomorin</groupId>
      <artifactId>kingdoms</artifactId>
      <version>1.16.20.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.craftaro</groupId>
      <artifactId>EpicSpawners-API</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.FrancoBM12</groupId>
      <artifactId>API-MagicCosmetics</artifactId>
      <version>2.2.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.LoneDev6</groupId>
      <artifactId>api-itemsadder</artifactId>
      <version>3.6.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.github.nikosgram</groupId>
      <artifactId>gringotts</artifactId>
      <version>2.12.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.mojang</groupId>
      <artifactId>authlib</artifactId>
      <version>6.0.54</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-io</artifactId>
          <groupId>commons-io</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.seeseemelk</groupId>
      <artifactId>MockBukkit-v1.21</artifactId>
      <version>3.133.2</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>jcl-over-slf4j</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>paper-api</artifactId>
          <groupId>io.papermc.paper</groupId>
        </exclusion>
        <exclusion>
          <artifactId>junit-jupiter</artifactId>
          <groupId>org.junit.jupiter</groupId>
        </exclusion>
        <exclusion>
          <artifactId>adventure-platform-bungeecord</artifactId>
          <groupId>net.kyori</groupId>
        </exclusion>
        <exclusion>
          <artifactId>byte-buddy</artifactId>
          <groupId>net.bytebuddy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-provider</artifactId>
          <groupId>org.apache.maven</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-connector-basic</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-resolver-transport-http</artifactId>
          <groupId>org.apache.maven.resolver</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.spigotmc</groupId>
      <artifactId>spigot-api</artifactId>
      <version>1.21.1-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.34</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>24.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.yapzhenyie.GadgetsMenu</groupId>
      <artifactId>GadgetsMenu</artifactId>
      <version>4.7.5</version>
      <scope>system</scope>
      <systemPath>${project.basedir}/lib/GadgetsMenu.jar</systemPath>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>${nexus.url}/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>${nexus.url}/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <nexus.url>https://s01.oss.sonatype.org</nexus.url>
  </properties>
</project>
