|
|
|
@ -2,7 +2,12 @@ |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
<groupId>dev.openrs2</groupId> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>dev.openrs2</groupId> |
|
|
|
|
<artifactId>openrs2-parent</artifactId> |
|
|
|
|
<version>1.0.0-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<artifactId>openrs2</artifactId> |
|
|
|
|
<version>1.0.0-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
@ -13,18 +18,6 @@ |
|
|
|
|
tools. It is compatible with build 550 of the RuneScape client, which was |
|
|
|
|
released in mid-2009. |
|
|
|
|
</description> |
|
|
|
|
<url>https://www.openrs2.dev/</url> |
|
|
|
|
<inceptionYear>2019</inceptionYear> |
|
|
|
|
<organization> |
|
|
|
|
<name>OpenRS2 Authors</name> |
|
|
|
|
<url>https://www.openrs2.dev/</url> |
|
|
|
|
</organization> |
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
|
<name>GNU General Public License v3.0</name> |
|
|
|
|
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url> |
|
|
|
|
</license> |
|
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
<modules> |
|
|
|
|
<module>asm</module> |
|
|
|
@ -50,23 +43,10 @@ |
|
|
|
|
<system>Jenkins</system> |
|
|
|
|
<url>https://build.openrs2.dev/job/openrs2/</url> |
|
|
|
|
</ciManagement> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
<id>openrs2</id> |
|
|
|
|
<name>OpenRS2</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2/</url> |
|
|
|
|
</repository> |
|
|
|
|
<snapshotRepository> |
|
|
|
|
<id>openrs2-snapshots</id> |
|
|
|
|
<name>OpenRS2 Snapshots</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2-snapshots/</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
<nar.javaHome>${java.home}</nar.javaHome> |
|
|
|
|
<openrs2.root>${project.basedir}</openrs2.root> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
@ -161,105 +141,6 @@ |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<pluginManagement> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>com.github.maven-nar</groupId> |
|
|
|
|
<artifactId>nar-maven-plugin</artifactId> |
|
|
|
|
<version>3.6.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>io.github.zlika</groupId> |
|
|
|
|
<artifactId>reproducible-build-maven-plugin</artifactId> |
|
|
|
|
<version>0.10</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>net.revelc.code</groupId> |
|
|
|
|
<artifactId>impsort-maven-plugin</artifactId> |
|
|
|
|
<version>1.3.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
|
<version>1.8</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<version>3.8.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId> |
|
|
|
|
<version>2.8.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId> |
|
|
|
|
<version>1.4.1</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-install-plugin</artifactId> |
|
|
|
|
<version>2.5.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
|
<version>3.1.1</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId> |
|
|
|
|
<version>3.0.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId> |
|
|
|
|
<version>3.0.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-site-plugin</artifactId> |
|
|
|
|
<version>3.8.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
<version>2.22.2</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>tidy-maven-plugin</artifactId> |
|
|
|
|
<version>1.1.0</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>versions-maven-plugin</artifactId> |
|
|
|
|
<version>2.7</version> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId> |
|
|
|
|
<version>0.8.4</version> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</pluginManagement> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>com.github.maven-nar</groupId> |
|
|
|
@ -281,10 +162,6 @@ |
|
|
|
|
</java> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>io.github.zlika</groupId> |
|
|
|
|
<artifactId>reproducible-build-maven-plugin</artifactId> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>net.revelc.code</groupId> |
|
|
|
|
<artifactId>impsort-maven-plugin</artifactId> |
|
|
|
@ -309,25 +186,6 @@ |
|
|
|
|
<release>12</release> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<id>enforce-versions</id> |
|
|
|
|
<goals> |
|
|
|
|
<goal>enforce</goal> |
|
|
|
|
</goals> |
|
|
|
|
<configuration> |
|
|
|
|
<rules> |
|
|
|
|
<requireMavenVersion> |
|
|
|
|
<version>3.3.9</version> |
|
|
|
|
</requireMavenVersion> |
|
|
|
|
</rules> |
|
|
|
|
</configuration> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
<artifactId>tidy-maven-plugin</artifactId> |
|
|
|
|