mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 09:05:47 +00:00
Remove local dependencies and upload to repo
This commit is contained in:
parent
bcaca3cae6
commit
df320eb0ce
63
pom.xml
63
pom.xml
@ -48,38 +48,6 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>hack-binary</id>
|
||||
<phase>clean</phase>
|
||||
<configuration>
|
||||
<file>${basedir}/LocalJars/Residence4.9.1.9.jar</file>
|
||||
<groupId>com.bekvon.bukkit</groupId>
|
||||
<artifactId>residence</artifactId>
|
||||
<version>4.9.1.9</version>
|
||||
<packaging>jar</packaging>
|
||||
<generatePom>true</generatePom>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>hack-binary-2</id>
|
||||
<phase>clean</phase>
|
||||
<configuration>
|
||||
<file>${basedir}/LocalJars/hClaims.jar</file>
|
||||
<groupId>com.hakan</groupId>
|
||||
<artifactId>claimapi</artifactId>
|
||||
<version>2.1.8</version>
|
||||
<packaging>jar</packaging>
|
||||
<generatePom>true</generatePom>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!-- Shade PaperLib into project -->
|
||||
@ -121,6 +89,11 @@
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ronanplugins-private</id>
|
||||
<name>RonanPlugins Repository</name>
|
||||
<url>https://repo.ronanplugins.com/private</url>
|
||||
</repository>
|
||||
<!-- GitHub based Repos -->
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
@ -246,14 +219,6 @@
|
||||
<version>6.28.11</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Residence v4.9.1.9 (https://www.spigotmc.org/resources/residence.11480/) (LOCAL REPO) -->
|
||||
<!-- Installation: mvn install:install-file -Dfile=<path-to-project>/LocalJars/Residence4.9.1.9 -DgroupId=com.bekvon.bukkit -DartifactId=Residence -Dversion=<version> -Dpackaging=jar -->
|
||||
<dependency>
|
||||
<groupId>com.bekvon.bukkit</groupId>
|
||||
<artifactId>Residence</artifactId>
|
||||
<version>4.9.1.9</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- ProtocolLib -->
|
||||
<dependency>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
@ -288,14 +253,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- ClaimAPI for Pandomim on Discord (https://www.spigotmc.org/resources/hclaims.90540/) (LOCAL REPO) -->
|
||||
<!-- Installation: mvn install:install-file -Dfile=<path-to-project>/LocalJars/hClaims -DgroupId=com.hakan -DartifactId=claimapi -Dversion=<version> -Dpackaging=jar -->
|
||||
<dependency>
|
||||
<groupId>com.hakan</groupId>
|
||||
<artifactId>claimapi</artifactId>
|
||||
<version>2.1.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- GriefDefender (https://www.spigotmc.org/resources/griefdefender.68900/) -->
|
||||
<dependency>
|
||||
<groupId>com.github.bloodmc</groupId>
|
||||
@ -385,5 +342,15 @@
|
||||
<version>0.2.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>com.ronanplugins</groupId>
|
||||
<artifactId>hClaims</artifactId>
|
||||
<version>2.1.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.ronanplugins</groupId>
|
||||
<artifactId>Residence</artifactId>
|
||||
<version>4.9.1.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user