bossshoppro
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.promcteam</groupId> <artifactId>bossshoppro</artifactId> <version>2.1.0-R2</version> </dependency>
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>com.promcteam</groupId> <artifactId>bossshoppro</artifactId> <name>BossShopPro</name> <version>2.1.0-R2</version> <description>Create virtual chest shops</description> <url>https://www.spigotmc.org/resources/bossshoppro-continued-now-free.104824/</url> <developers> <developer> <name>ProMCTeam</name> <organization>ProMCTeam</organization> <organizationUrl>https://promcteam.com</organizationUrl> </developer> </developers> <licenses> <license> <name>MIT License</name> <url>http://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> <resources> <resource> <targetPath>.</targetPath> <filtering>true</filtering> <directory>${basedir}/src/main/resources/</directory> <includes> <include>**/*.yml</include> </includes> </resource> </resources> <finalName>${project.name}-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <source>11</source> <target>11</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <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>org.black_ixx.bossshop.lib.nbtapi</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.lang3</pattern> <shadedPattern>org.black_ixx.bossshop.lib.commons</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>publish</id> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.13</version> <extensions>true</extensions> <executions> <execution> <id>injected-nexus-deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> <configuration> <serverId>central</serverId> <nexusUrl>https://s01.oss.sonatype.org</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </execution> </executions> <configuration> <serverId>central</serverId> <nexusUrl>https://s01.oss.sonatype.org</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.2.0</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/BossShopPro/BossShopPro</reportOutputDirectory> <destDir>gh-pages/javadocs</destDir> <doclint>all,-missing</doclint> </configuration> </execution> </executions> <configuration> <tags> <tag> <name>apiNote</name> <placement>a</placement> <head>API Note:</head> </tag> </tags> <reportOutputDirectory>/home/runner/work/BossShopPro/BossShopPro</reportOutputDirectory> <destDir>gh-pages/javadocs</destDir> <doclint>all,-missing</doclint> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> <configuration> <attach>true</attach> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>gpg</id> <build> <plugins> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> </execution> </executions> </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.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>prorpgitems</artifactId> <version>1.0.3.17-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.promcteam</groupId> <artifactId>promccore</artifactId> <version>1.0.6-R0.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.lumine</groupId> <artifactId>Mythic-Dist</artifactId> <version>5.2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot-api</artifactId> <version>1.20.1-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.md-5</groupId> <artifactId>bungeecord-api</artifactId> <version>1.20-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10</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.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.Zrips</groupId> <artifactId>Jobs</artifactId> <version>4.17.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.bencodez</groupId> <artifactId>votingplugin</artifactId> <version>6.15</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>7.3.0</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.meowj</groupId> <artifactId>LangUtils</artifactId> <version>1.6.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>kingdoms</artifactId> <version>1.13.9</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.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.LoneDev6</groupId> <artifactId>api-itemsadder</artifactId> <version>3.0.0</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>5.0.47</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> <java.version>11</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <nexus.url>https://s01.oss.sonatype.org</nexus.url> </properties> </project>