1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Use jitpack for exoticgarden dependency, add maven repo for coreprotect

#coreprotect on EsperNet:
[13:39:10] RoboMWM: ayyyy Intelli is it ok for me 2 host ur coreprotect
on a maven repo
[13:40:40] @Intelli: It's fine to redistribute the JAR file, yes.
[13:40:53] RoboMWM: coolio, thanks
[13:41:15] @Intelli: np
This commit is contained in:
RoboMWM 2017-07-28 13:57:12 -07:00
parent c437768c0b
commit 1b497043dc
2 changed files with 14 additions and 8 deletions

Binary file not shown.

22
pom.xml
View File

@ -32,6 +32,10 @@
<id>clearlag-repo</id>
<url>http://minebuilders.me:8080/job/Clearlag/lastSuccessfulBuild/maven-repository/repository/</url>
</repository>
<repository>
<id>robomwm-repo</id>
<url>https://dl.bintray.com/robomwm/maven</url>
</repository>
</repositories>
<build>
<!--Maintain existing structure (as much as possible)-->
@ -56,6 +60,12 @@
</resource>
</resources>
</build>
<distributionManagement>
<repository>
<id>bintray-robomwm-maven</id>
<url>http://api.bintray.com/maven/robomwm/maven/Slimefun/;publish=1</url>
</repository>
</distributionManagement>
<dependencies>
<!--Bukkit API-->
<dependency>
@ -83,8 +93,6 @@
<groupId>net.coreprotect</groupId>
<artifactId>CoreProtect</artifactId>
<version>2.14.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/CoreProtect_2.14.2.jar</systemPath>
</dependency>
<dependency>
<groupId>me.mrcookieslime</groupId>
@ -94,11 +102,9 @@
<systemPath>${basedir}/lib/EmeraldEnchants_v2.0.jar</systemPath>
</dependency>
<dependency>
<groupId>me.mrcookieslime</groupId>
<artifactId>ExoticGarden</artifactId>
<version>1.6.3</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ExoticGarden v1.6.3.jar</systemPath>
</dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>ExoticGarden</artifactId>
<version>787060c580</version>
</dependency>
</dependencies>
</project>