mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-26 01:05:12 +01:00
Fix broken AreaShop dependency
This commit is contained in:
parent
0ebe7ab6ea
commit
e96bac190e
@ -1,12 +0,0 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
|
|
||||||
<mirrors>
|
|
||||||
<mirror>
|
|
||||||
<id>maven-default-http-blocker</id>
|
|
||||||
<mirrorOf>dummy</mirrorOf>
|
|
||||||
<name>Dummy mirror to override default blocking mirror that blocks http</name>
|
|
||||||
<url>http://0.0.0.0/</url>
|
|
||||||
</mirror>
|
|
||||||
</mirrors>
|
|
||||||
</settings>
|
|
@ -1 +0,0 @@
|
|||||||
--settings ./.mvn/local-settings.xml
|
|
BIN
lib/AreaShop-2.6.0.jar
Normal file
BIN
lib/AreaShop-2.6.0.jar
Normal file
Binary file not shown.
@ -1 +1,2 @@
|
|||||||
mvn -N install:install-file -Dfile=lib/IslandWorld-8.5.jar -DgroupId=pl.gnacik.islandworld -DartifactId=IslandWorld -Dversion=8.5 -Dpackaging=jar -DgeneratePom=true
|
mvn -N install:install-file -Dfile=lib/IslandWorld-8.5.jar -DgroupId=pl.gnacik.islandworld -DartifactId=IslandWorld -Dversion=8.5 -Dpackaging=jar -DgeneratePom=true
|
||||||
|
mvn -N install:install-file -Dfile=lib/AreaShop-2.6.0.jar -DgroupId=me.wiefferink -DartifactId=areashop -Dversion=2.6.0 -Dpackaging=jar -DgeneratePom=true
|
5
pom.xml
5
pom.xml
@ -91,11 +91,6 @@
|
|||||||
<id>enginehub-repo</id>
|
<id>enginehub-repo</id>
|
||||||
<url>https://maven.enginehub.org/repo/</url>
|
<url>https://maven.enginehub.org/repo/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- AreaShop repo -->
|
|
||||||
<repository>
|
|
||||||
<id>areashop-repo</id>
|
|
||||||
<url>http://maven.wiefferink.me</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user