Fix broken AreaShop dependency

This commit is contained in:
Flowsqy 2022-06-08 18:43:52 +02:00
parent 0ebe7ab6ea
commit e96bac190e
5 changed files with 2 additions and 19 deletions

View File

@ -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>

View File

@ -1 +0,0 @@
--settings ./.mvn/local-settings.xml

BIN
lib/AreaShop-2.6.0.jar Normal file

Binary file not shown.

View File

@ -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

View File

@ -91,11 +91,6 @@
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<!-- AreaShop repo -->
<repository>
<id>areashop-repo</id>
<url>http://maven.wiefferink.me</url>
</repository>
</repositories>
<dependencyManagement>