1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Merge pull request #373 from MLG-Fortress/further-mavenization

Use jitpack for exoticgarden dependency, add maven repo for coreprotect, emeraldenchants
This commit is contained in:
TheBusyBiscuit 2017-07-28 23:27:54 +02:00 committed by GitHub
commit 7d02942180
3 changed files with 9 additions and 11 deletions

Binary file not shown.

Binary file not shown.

16
pom.xml
View File

@ -32,6 +32,10 @@
<id>clearlag-repo</id> <id>clearlag-repo</id>
<url>http://minebuilders.me:8080/job/Clearlag/lastSuccessfulBuild/maven-repository/repository/</url> <url>http://minebuilders.me:8080/job/Clearlag/lastSuccessfulBuild/maven-repository/repository/</url>
</repository> </repository>
<repository>
<id>robomwm-repo</id>
<url>https://dl.bintray.com/robomwm/maven</url>
</repository>
</repositories> </repositories>
<build> <build>
<!--Maintain existing structure (as much as possible)--> <!--Maintain existing structure (as much as possible)-->
@ -83,22 +87,16 @@
<groupId>net.coreprotect</groupId> <groupId>net.coreprotect</groupId>
<artifactId>CoreProtect</artifactId> <artifactId>CoreProtect</artifactId>
<version>2.14.2</version> <version>2.14.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/CoreProtect_2.14.2.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>me.mrcookieslime</groupId> <groupId>me.mrCookieSlime</groupId>
<artifactId>EmeraldEnchants</artifactId> <artifactId>EmeraldEnchants</artifactId>
<version>2.0</version> <version>2.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/EmeraldEnchants_v2.0.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>me.mrcookieslime</groupId> <groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>ExoticGarden</artifactId> <artifactId>ExoticGarden</artifactId>
<version>1.6.3</version> <version>787060c580</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ExoticGarden v1.6.3.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>