diff --git a/gl-dri-natives/pom.xml b/gl-dri-natives/pom.xml
index e7940c7..79b2495 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 30db81e..fccbe88 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 c802cba..6337b84 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}