2016-10-09 10:22:35 +02:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<!-- Basics -->
|
|
|
|
<groupId>com.massivecraft.massivesuper</groupId>
|
|
|
|
<artifactId>MassiveSuper</artifactId>
|
2019-08-13 10:16:31 +02:00
|
|
|
<version>3.2.3</version>
|
2016-10-09 10:22:35 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<!-- Info -->
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
|
|
|
|
<!-- Properties -->
|
|
|
|
<properties>
|
|
|
|
<!-- Our source code and resources are in UTF-8 :O Such modern times 8D -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
<!-- Let's not repeat ourselves. -->
|
|
|
|
<massiveColorSign>§</massiveColorSign>
|
|
|
|
<massiveColorInfo>${massiveColorSign}e</massiveColorInfo>
|
|
|
|
<massiveColorBold>${massiveColorSign}a</massiveColorBold>
|
|
|
|
<massiveColorLink>${massiveColorSign}b</massiveColorLink>
|
2018-12-29 21:10:12 +01:00
|
|
|
<massiveBaseUrl>https://www.muj.dk</massiveBaseUrl>
|
2018-12-30 10:05:29 +01:00
|
|
|
<massiveDescriptionSuffix></massiveDescriptionSuffix>
|
2016-10-09 10:22:35 +02:00
|
|
|
|
|
|
|
<!-- Core Versions -->
|
2019-01-03 15:24:20 +01:00
|
|
|
<massiveJavaVersion>1.8</massiveJavaVersion>
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- Maven - As of writing the version bundled with latest IntelliJ. -->
|
2018-12-29 20:48:13 +01:00
|
|
|
<massiveMavenVersion>3.6.0</massiveMavenVersion>
|
2016-10-09 10:22:35 +02:00
|
|
|
|
|
|
|
<!-- Maven Plugin Properties -->
|
2018-12-23 00:47:07 +01:00
|
|
|
<massiveMavenEnforcerPluginVersion>3.0.0-M2</massiveMavenEnforcerPluginVersion>
|
|
|
|
<massiveMavenCompilerPluginVersion>3.8.0</massiveMavenCompilerPluginVersion>
|
|
|
|
<massiveMavenJarPluginVersion>3.1.1</massiveMavenJarPluginVersion>
|
|
|
|
<massiveMavenShadePluginVersion>3.2.1</massiveMavenShadePluginVersion>
|
2017-12-21 18:13:28 +01:00
|
|
|
<massiveMavenProGuardPluginVersion>2.0.14</massiveMavenProGuardPluginVersion>
|
|
|
|
<massiveMavenProGuardVersion>5.3.3</massiveMavenProGuardVersion>
|
2016-10-09 10:22:35 +02:00
|
|
|
|
2016-12-29 12:25:54 +01:00
|
|
|
<!-- ~~~~~~~~~~~~~~~~~ -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- External Versions -->
|
2016-12-29 12:25:54 +01:00
|
|
|
<!-- ~~~~~~~~~~~~~~~~~ -->
|
2017-12-17 09:12:31 +01:00
|
|
|
<massiveGuavaVersion>23.5-jre</massiveGuavaVersion>
|
|
|
|
<massiveGsonVersion>2.8.2</massiveGsonVersion>
|
|
|
|
<massiveMongoDBVersion>2.12.3</massiveMongoDBVersion>
|
|
|
|
|
2016-10-09 10:22:35 +02:00
|
|
|
<massiveJavassistVersion>3.21.0-GA</massiveJavassistVersion>
|
2017-07-16 11:58:47 +02:00
|
|
|
<massiveHttpclientVersion>4.5.3</massiveHttpclientVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
|
|
|
<!-- https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/ -->
|
2019-04-28 10:10:19 +02:00
|
|
|
<massiveSpigotVersion>1.14-pre5-SNAPSHOT</massiveSpigotVersion>
|
|
|
|
<massivePaperVersion>1.14-pre5-SNAPSHOT</massivePaperVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
|
|
|
<!-- http://nexus.hc.to/content/repositories/pub_releases/net/milkbowl/vault/Vault/ -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<massiveVaultVersion>1.5.6</massiveVaultVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
2018-12-31 00:47:15 +01:00
|
|
|
<!-- https://github.com/lucko/commodore -->
|
|
|
|
<massiveCommodoreVersion>1.2</massiveCommodoreVersion>
|
|
|
|
|
2016-12-29 12:25:54 +01:00
|
|
|
<!-- http://maven.sk89q.com/repo/com/sk89q/worldedit/worldedit-bukkit/ -->
|
|
|
|
<!-- The artifact in their repository was not properly shaded -->
|
|
|
|
<!-- The solution for now is to download and install manually -->
|
2018-12-23 00:47:07 +01:00
|
|
|
<massiveWorldEditVersion>7.0.0-SNAPSHOT</massiveWorldEditVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
|
|
|
<!-- http://maven.sk89q.com/repo/com/sk89q/worldguard/worldguard-legacy/ -->
|
2018-12-23 00:47:07 +01:00
|
|
|
<massiveWorldGuardVersion>7.0.0-SNAPSHOT</massiveWorldGuardVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
|
|
|
<!-- http://repo.dmulloy2.net/content/repositories/public/com/comphenix/protocol/ProtocolLib/ -->
|
2017-07-16 11:58:47 +02:00
|
|
|
<massiveProtocolLibVersion>4.3.0</massiveProtocolLibVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
|
|
|
<!-- http://repo.howaner.de/com/vexsoftware/votifier/ -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<massiveVotifierVersion>1.9</massiveVotifierVersion>
|
|
|
|
|
2019-01-29 12:08:28 +01:00
|
|
|
<!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
|
|
|
|
<massiveMineverseChatVersion>2.14.0</massiveMineverseChatVersion>
|
|
|
|
|
2019-03-03 16:17:04 +01:00
|
|
|
<!-- http://repo.mikeprimm.com/us/dynmap/dynmap/ -->
|
|
|
|
<massiveDynmapVersion>3.0-SNAPSHOT</massiveDynmapVersion>
|
|
|
|
|
2016-12-29 12:25:54 +01:00
|
|
|
<!-- ~~~~~~~~~~~~~~~ -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- Custom Versions -->
|
2016-12-29 12:25:54 +01:00
|
|
|
<!-- ~~~~~~~~~~~~~~~ -->
|
2017-07-16 11:58:47 +02:00
|
|
|
|
|
|
|
<!-- https://www.spigotmc.org/resources/mcmmo.2445/ -->
|
2018-06-10 11:49:47 +02:00
|
|
|
<massiveMcmmoVersion>1.5.10</massiveMcmmoVersion>
|
2017-07-16 11:58:47 +02:00
|
|
|
|
|
|
|
<!-- https://www.spigotmc.org/resources/wgregionevents-continued.15946/ -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<massiveWGRegionEventsVersion>2.1.0</massiveWGRegionEventsVersion>
|
2017-07-16 11:58:47 +02:00
|
|
|
|
|
|
|
<!-- https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/ -->
|
2018-12-23 00:47:07 +01:00
|
|
|
<massiveLwcVersion>2.1.1</massiveLwcVersion>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
2020-01-14 12:46:02 +01:00
|
|
|
<!-- https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI -->
|
|
|
|
<massivePlaceholderAPIVersion>2.10.4</massivePlaceholderAPIVersion>
|
2016-10-09 10:22:35 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<!-- Repositories -->
|
|
|
|
<repositories>
|
|
|
|
<!-- Spigot API -->
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
|
|
|
</repository>
|
2018-06-10 15:19:49 +02:00
|
|
|
<!-- Paper API -->
|
|
|
|
<repository>
|
|
|
|
<id>destroystokyo-repo</id>
|
|
|
|
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
|
|
|
</repository>
|
2019-03-03 16:17:04 +01:00
|
|
|
<!-- Dynmap -->
|
2016-10-09 10:22:35 +02:00
|
|
|
<repository>
|
2019-03-03 16:17:04 +01:00
|
|
|
<id>dynmap-repo</id>
|
|
|
|
<url>http://repo.mikeprimm.com/</url>
|
2016-10-09 10:22:35 +02:00
|
|
|
</repository>
|
2019-03-03 16:17:04 +01:00
|
|
|
<!-- Vault
|
2016-10-09 10:22:35 +02:00
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
|
2019-03-03 16:17:04 +01:00
|
|
|
</repository>-->
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- WorldEdit and WorldGuard -->
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
|
|
</repository>
|
|
|
|
<!-- ProtocolLib -->
|
|
|
|
<repository>
|
|
|
|
<id>dmulloy2-repo</id>
|
2018-06-10 11:49:47 +02:00
|
|
|
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
2016-10-09 10:22:35 +02:00
|
|
|
</repository>
|
|
|
|
<!-- Votifier -->
|
|
|
|
<repository>
|
|
|
|
<id>howaner-repo</id>
|
|
|
|
<url>http://repo.howaner.de/</url>
|
|
|
|
</repository>
|
2019-04-28 10:10:19 +02:00
|
|
|
<!-- Commodore/Brigadier
|
2018-12-31 00:47:15 +01:00
|
|
|
<repository>
|
|
|
|
<id>luck-repo</id>
|
|
|
|
<url>https://repo.lucko.me/</url>
|
2019-04-28 10:10:19 +02:00
|
|
|
</repository>-->
|
2019-01-19 19:35:08 +01:00
|
|
|
<!-- PlaceholderAPI -->
|
|
|
|
<repository>
|
|
|
|
<id>placeholderapi</id>
|
|
|
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
|
|
|
</repository>
|
2016-10-09 10:22:35 +02:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<!-- Build -->
|
|
|
|
<build>
|
|
|
|
<!-- Basics -->
|
|
|
|
<defaultGoal>clean install</defaultGoal>
|
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
|
<sourceDirectory>${project.basedir}/src</sourceDirectory>
|
|
|
|
|
|
|
|
<!-- Plugins -->
|
|
|
|
<plugins>
|
|
|
|
<!-- Enforcer -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<!-- Compiler -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<!-- Plugin Management -->
|
|
|
|
<pluginManagement>
|
|
|
|
<!-- Plugins -->
|
|
|
|
<plugins>
|
|
|
|
<!-- Enforcer -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>${massiveMavenEnforcerPluginVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-versions</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>${massiveMavenVersion}</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>${massiveJavaVersion}</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<!-- Compiler -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>${massiveMavenCompilerPluginVersion}</version>
|
|
|
|
<configuration>
|
|
|
|
<source>${massiveJavaVersion}</source>
|
|
|
|
<target>${massiveJavaVersion}</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!-- Jar -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>${massiveMavenJarPluginVersion}</version>
|
|
|
|
</plugin>
|
|
|
|
<!-- Shade -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>${massiveMavenShadePluginVersion}</version>
|
|
|
|
</plugin>
|
2017-12-21 18:13:28 +01:00
|
|
|
<!-- ProGuard -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.wvengen</groupId>
|
|
|
|
<artifactId>proguard-maven-plugin</artifactId>
|
|
|
|
<version>${massiveMavenProGuardPluginVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>proguard</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<proguardVersion>${massiveMavenProGuardVersion}</proguardVersion>
|
|
|
|
<proguardInclude>${basedir}/proguard.conf</proguardInclude>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.proguard</groupId>
|
|
|
|
<artifactId>proguard-base</artifactId>
|
|
|
|
<version>${massiveMavenProGuardVersion}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-10-09 10:22:35 +02:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<!-- DependencyManagement -->
|
|
|
|
<!-- Declare those repetitive versions and scopes once and for all. -->
|
|
|
|
<!-- We put this at the end of the file since it's so long. -->
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- External - Properly published Maven projects. Not made by MassiveCraft. -->
|
2017-12-17 09:12:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${massiveGuavaVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>${massiveGsonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mongodb</groupId>
|
|
|
|
<artifactId>mongo-java-driver</artifactId>
|
|
|
|
<version>${massiveMongoDBVersion}</version>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.javassist</groupId>
|
|
|
|
<artifactId>javassist</artifactId>
|
|
|
|
<version>${massiveJavassistVersion}</version>
|
|
|
|
</dependency>
|
2016-11-06 19:44:42 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${massiveHttpclientVersion}</version>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>${massiveSpigotVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-06-10 15:19:49 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.destroystokyo.paper</groupId>
|
|
|
|
<artifactId>paper-api</artifactId>
|
|
|
|
<version>${massivePaperVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
|
|
|
<version>${massiveVaultVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-04-28 10:10:19 +02:00
|
|
|
<!--<dependency>
|
2018-12-31 00:47:15 +01:00
|
|
|
<groupId>me.lucko</groupId>
|
|
|
|
<artifactId>commodore</artifactId>
|
|
|
|
<version>${massiveCommodoreVersion}</version>
|
|
|
|
<scope>provided</scope>
|
2019-04-28 10:10:19 +02:00
|
|
|
</dependency>-->
|
2018-12-31 00:47:15 +01:00
|
|
|
|
2016-12-29 12:25:54 +01:00
|
|
|
<!--
|
|
|
|
Page: https://dev.bukkit.org/projects/worldedit/files
|
|
|
|
File: https://dev.bukkit.org/projects/worldedit/files/956525
|
2019-04-28 10:10:19 +02:00
|
|
|
Intall: mvn install:install-file -DgroupId=com.sk89q.worldedit -DartifactId=worldedit-bukkit -Dversion=7.0.0-SNAPSHOT -Dpackaging=jar -Dfile=worldedit-bukkit-6.1.5.jar
|
|
|
|
Test: mvn dependency:get -Dartifact=com.sk89q.worldedit:worldedit-bukkit:7.0.0-SNAPSHOT
|
2016-12-29 12:25:54 +01:00
|
|
|
-->
|
2018-12-23 00:47:07 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-core</artifactId>
|
|
|
|
<version>${massiveWorldEditVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
|
|
<version>${massiveWorldEditVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-12-29 12:25:54 +01:00
|
|
|
|
2018-12-23 00:47:07 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-core</artifactId>
|
|
|
|
<version>${massiveWorldGuardVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>worldguard-legacy</artifactId>
|
|
|
|
<version>${massiveWorldGuardVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.comphenix.protocol</groupId>
|
2018-06-10 11:49:47 +02:00
|
|
|
<artifactId>ProtocolLib-API</artifactId>
|
2016-10-09 10:22:35 +02:00
|
|
|
<version>${massiveProtocolLibVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.vexsoftware</groupId>
|
|
|
|
<artifactId>votifier</artifactId>
|
|
|
|
<version>${massiveVotifierVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-01-19 19:35:08 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.clip</groupId>
|
|
|
|
<artifactId>placeholderapi</artifactId>
|
|
|
|
<version>${massivePlaceholderAPIVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- Custom - Custom artifacts. Manually installed by command. -->
|
|
|
|
<!--
|
|
|
|
Not everyone has a Maven repo.
|
|
|
|
In fact some developers don't use Maven at all.
|
|
|
|
Such dependencies must be manually downloaded and installed by command.
|
|
|
|
Depending on what project you are compiling you may need to run some of the commands below.
|
|
|
|
Factions will for example require manual HeroChat installation.
|
|
|
|
You won't need most of these dependencies installed.
|
|
|
|
Most are used in closed source MassiveCraft plugins.
|
|
|
|
-->
|
|
|
|
|
2019-03-03 16:17:04 +01:00
|
|
|
<!--
|
|
|
|
Page: https://www.spigotmc.org/resources/dynmap.274/
|
|
|
|
Intall: mvn install:install-file -DgroupId=us.dynmap -DartifactId=dynmap -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=dynmap.jar
|
|
|
|
Test: mvn dependency:get -Dartifact=us.dynmap:dynmap:3.0-SNAPSHOT
|
|
|
|
-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>us.dynmap</groupId>
|
|
|
|
<artifactId>dynmap</artifactId>
|
|
|
|
<version>${massiveDynmapVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-10-09 10:22:35 +02:00
|
|
|
<!--
|
|
|
|
Page: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/history
|
2016-12-29 12:25:54 +01:00
|
|
|
File: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/download?version=131362
|
2019-04-28 10:10:19 +02:00
|
|
|
Intall: mvn install:install-file -DgroupId=com.griefcraft -DartifactId=lwc -Dversion=2.1.1 -Dpackaging=jar -Dfile=EntityLWC.jar
|
|
|
|
Test: mvn dependency:get -Dartifact=com.griefcraft:lwc:2.1.1
|
2016-10-09 10:22:35 +02:00
|
|
|
-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.griefcraft</groupId>
|
|
|
|
<artifactId>lwc</artifactId>
|
|
|
|
<version>${massiveLwcVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2019-01-29 12:08:28 +01:00
|
|
|
<!--
|
|
|
|
Page: https://www.spigotmc.org/resources/venturechat.771/
|
|
|
|
Intall: mvn install:install-file -DgroupId=mineverse.Aust1n46.chat -DartifactId=MineverseChat -Dversion=2.14.0 -Dpackaging=jar -Dfile=VentureChat.jar
|
|
|
|
Test: mvn dependency:get -Dartifact=mineverse.Aust1n46.chat:MineverseChat:2.14.0
|
|
|
|
-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>mineverse.Aust1n46.chat</groupId>
|
|
|
|
<artifactId>MineverseChat</artifactId>
|
|
|
|
<version>${massiveMineverseChatVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency><!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
|
|
|
|
|
2016-10-09 10:22:35 +02:00
|
|
|
<!-- NMS - Full Spigot servers including NMS that may not be distributed. -->
|
|
|
|
<!-- This section is relevant to supporting multiple minecraft versions for plugins using NMS. -->
|
|
|
|
<!-- Note that we use different artifact ids to allow using all at once. -->
|
|
|
|
<!-- http://stackoverflow.com/questions/24962607/multiple-versions-of-the-same-dependency-in-maven -->
|
|
|
|
<!--
|
2017-06-11 19:02:26 +02:00
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=114R5-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-114R5-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=114R4-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-114R4-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=114R3-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-114R3-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=114R2-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-114R2-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=114R1-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-114R1-fake.jar
|
|
|
|
|
2017-01-25 07:29:35 +01:00
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=113R5-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-113R5-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=113R4-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-113R4-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=113R3-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-113R3-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=113R2-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-113R2-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=113R1-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-113R1-fake.jar
|
|
|
|
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=112R5-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-112R5-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=112R4-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-112R4-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=112R3-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-112R3-fake.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=112R2-fake -Dversion=fake -Dpackaging=jar -Dfile=spigot-112R2-fake.jar
|
2017-01-08 20:15:37 +01:00
|
|
|
|
2017-06-11 19:02:26 +02:00
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=112R1 -Dversion=1.12-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-112R1.jar
|
2016-12-29 12:25:54 +01:00
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=111R1 -Dversion=1.11.2-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-111R1.jar
|
2016-10-09 10:22:35 +02:00
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=110R1 -Dversion=1.10.0-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-110R1.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=19R2 -Dversion=1.9.4-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-19R2.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=19R1 -Dversion=1.9.0-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-19R1.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=18R3 -Dversion=1.8.8-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-18R3.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=18R2 -Dversion=1.8.3-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-18R2.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=18R1 -Dversion=1.8.1-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-18R1.jar
|
|
|
|
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=17R4 -Dversion=1.7.10-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-17R4.jar
|
|
|
|
-->
|
2017-01-25 07:29:35 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>114R5-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>114R4-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>114R3-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>114R2-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>114R1-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>113R5-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>113R4-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-11-19 10:32:38 +01:00
|
|
|
<dependency>
|
2017-01-08 20:15:37 +01:00
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>113R3-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
2017-01-08 20:15:37 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>113R2-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
2017-01-08 20:15:37 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>113R1-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>112R5-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
2017-01-08 20:15:37 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>112R4-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
2017-01-08 20:15:37 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>112R3-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
2017-01-08 20:15:37 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-01-25 07:29:35 +01:00
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
2017-06-11 19:02:26 +02:00
|
|
|
<artifactId>112R2-fake</artifactId>
|
2017-01-25 07:29:35 +01:00
|
|
|
<version>fake</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2017-06-11 19:02:26 +02:00
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>112R1</artifactId>
|
|
|
|
<version>1.12-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-19 10:32:38 +01:00
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>111R1</artifactId>
|
2016-12-29 12:25:54 +01:00
|
|
|
<version>1.11.2-R0.1-SNAPSHOT</version>
|
2016-11-19 10:32:38 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-10-09 10:22:35 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>110R1</artifactId>
|
|
|
|
<version>1.10.0-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>19R2</artifactId>
|
|
|
|
<version>1.9.4-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>19R1</artifactId>
|
|
|
|
<version>1.9.0-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>18R3</artifactId>
|
|
|
|
<version>1.8.8-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>18R2</artifactId>
|
|
|
|
<version>1.8.3-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>18R1</artifactId>
|
|
|
|
<version>1.8.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc.spigot</groupId>
|
|
|
|
<artifactId>17R4</artifactId>
|
|
|
|
<version>1.7.10-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Internal - Stuff made by MassiveCraft. -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.massivecraft.creativegates</groupId>
|
|
|
|
<artifactId>CreativeGates</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.massivecraft.factions</groupId>
|
|
|
|
<artifactId>Factions</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.massivecraft.massivecore</groupId>
|
|
|
|
<artifactId>MassiveCore</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.massivecraft.massivesuper</groupId>
|
|
|
|
<artifactId>MassiveSuper</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2018-12-23 00:47:07 +01:00
|
|
|
|
2016-10-09 10:22:35 +02:00
|
|
|
</project>
|