From 5b63d3ca4f40112d6113998cc5e1c588235c153c Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 10 Aug 2019 12:32:51 +0100 Subject: [PATCH] Replace maven.multiModuleProjectDirectory with openrs2.root openrs2.root works correctly even if the root of the reactor is a child project, at the expense of having to re-define the property in each module. --- gl-dri-natives/pom.xml | 4 ++++ gl-natives/pom.xml | 4 ++++ misc-natives/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml index 75592f6..ac2fa22 100644 --- a/gl-dri-natives/pom.xml +++ b/gl-dri-natives/pom.xml @@ -13,6 +13,10 @@ OpenRS2 GL DRI Natives + + ${project.parent.basedir} + + unix diff --git a/gl-natives/pom.xml b/gl-natives/pom.xml index 6c1feb4..4a5247c 100644 --- a/gl-natives/pom.xml +++ b/gl-natives/pom.xml @@ -13,6 +13,10 @@ OpenRS2 GL Natives + + ${project.parent.basedir} + + diff --git a/misc-natives/pom.xml b/misc-natives/pom.xml index a235220..a8a6b8a 100644 --- a/misc-natives/pom.xml +++ b/misc-natives/pom.xml @@ -12,4 +12,8 @@ nar OpenRS2 Misc Natives + + + ${project.parent.basedir} +