Add fake Spigot NMS jars for future support.
This commit is contained in:
parent
fa4fcbbcea
commit
e5add73b82
36
pom.xml
36
pom.xml
@ -482,6 +482,12 @@
|
||||
<!-- 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 -->
|
||||
<!--
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=fake-112R3 -Dversion=1.12.0-R0.3-SNAPSHOT -Dpackaging=jar -Dfile=spigot-fake-112R3.jar
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=fake-112R2 -Dversion=1.12.0-R0.2-SNAPSHOT -Dpackaging=jar -Dfile=spigot-fake-112R2.jar
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=fake-112R1 -Dversion=1.12.0-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-fake-112R1.jar
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=fake-111R3 -Dversion=1.11.2-R0.3-SNAPSHOT -Dpackaging=jar -Dfile=spigot-fake-111R3.jar
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=fake-111R2 -Dversion=1.11.2-R0.2-SNAPSHOT -Dpackaging=jar -Dfile=spigot-fake-111R2.jar
|
||||
|
||||
mvn install:install-file -DgroupId=org.spigotmc.spigot -DartifactId=111R1 -Dversion=1.11.2-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=spigot-111R1.jar
|
||||
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
|
||||
@ -491,6 +497,36 @@
|
||||
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
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>fake-112R3</artifactId>
|
||||
<version>1.12.0-R0.3-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>fake-112R2</artifactId>
|
||||
<version>1.12.0-R0.2-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>fake-112R1</artifactId>
|
||||
<version>1.12.0-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>fake-111R3</artifactId>
|
||||
<version>1.11.2-R0.3-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>fake-111R2</artifactId>
|
||||
<version>1.11.2-R0.2-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc.spigot</groupId>
|
||||
<artifactId>111R1</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user