diff --git a/asm/pom.xml b/asm/pom.xml index 41d8d25f..627ee3f2 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -13,7 +13,8 @@ OpenRS2 ASM Utilities Common utility code used for manipulating Java - bytecode with the ASM library. + bytecode with the ASM library. + ${project.parent.basedir} diff --git a/bundler/pom.xml b/bundler/pom.xml index 473a8ef3..fff7db00 100644 --- a/bundler/pom.xml +++ b/bundler/pom.xml @@ -14,7 +14,8 @@ OpenRS2 Bundler A tool for patching the RuneScape client to allow it to connect to an OpenRS2 server and improve compatibility with modern - JVMs. + JVMs. + ${project.parent.basedir} diff --git a/decompiler/pom.xml b/decompiler/pom.xml index 1002941a..7a2b511e 100644 --- a/decompiler/pom.xml +++ b/decompiler/pom.xml @@ -14,7 +14,8 @@ OpenRS2 Decompiler A thin wrapper around OpenRS2's fork of Fernflower that sets the standard options required to decompile the RuneScape client and its - dependencies. + dependencies. + ${project.parent.basedir} diff --git a/deob-annotations/pom.xml b/deob-annotations/pom.xml index 3d4524d9..987632fa 100644 --- a/deob-annotations/pom.xml +++ b/deob-annotations/pom.xml @@ -13,7 +13,8 @@ OpenRS2 Deobfuscator Annotations Annotations inserted by the deobfuscator to track the original - names and descriptors of classes, methods and fields. + names and descriptors of classes, methods and fields. + ${project.parent.basedir} diff --git a/deob-ast/pom.xml b/deob-ast/pom.xml index a595e327..85e58aac 100644 --- a/deob-ast/pom.xml +++ b/deob-ast/pom.xml @@ -13,7 +13,8 @@ OpenRS2 AST Deobfuscator A tool for performing AST-level deobfuscation of the RuneScape - client. It may be run after decompiling the client. + client. It may be run after decompiling the client. + ${project.parent.basedir} diff --git a/deob/pom.xml b/deob/pom.xml index 7ad2ee07..95eb80e1 100644 --- a/deob/pom.xml +++ b/deob/pom.xml @@ -15,7 +15,8 @@ A tool for performing bytecode-level deobfuscation of the RuneScape client. It must be run before decompiling the client - some of the transformations it performs are required for the decompiler to produce valid - output. + output. + ${project.parent.basedir} diff --git a/game/pom.xml b/game/pom.xml index b0cbaa4a..f40c9ade 100644 --- a/game/pom.xml +++ b/game/pom.xml @@ -13,7 +13,8 @@ OpenRS2 Game Server Reimplementation of the RuneScape game server - software. + software. + ${project.parent.basedir} diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index e7940c7b..79b2495c 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -14,7 +14,8 @@ OpenRS2 GL DRI Natives Reimplementation of the jaggl_dri native library, which implements the DRI hack to support the open-source Mesa drivers on UNIX - systems. + systems. + ${project.parent.basedir} diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 30db81e6..fccbe88a 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -15,7 +15,8 @@ Reimplementation of the jaggl native library, which implements OpenGL bindings for Windows (WGL), macOS (CGL) and UNIX (GLX) systems. This implementation supports modern versions of Java on macOS, as it is backed - by a CALayer instead of an NSView. + by a CALayer instead of an NSView. + ${project.parent.basedir} diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index c802cbae..6337b849 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -15,7 +15,8 @@ Reimplementation of the jagmisc native library, which implements a high-precision timer for Windows systems. It is queried from a thread pinned to a single processor core to work around hardware - bugs. + bugs. + ${project.parent.basedir}