diff --git a/jfuse-linux-aarch64/pom.xml b/jfuse-linux-aarch64/pom.xml
index ce47979..b3f5873 100644
--- a/jfuse-linux-aarch64/pom.xml
+++ b/jfuse-linux-aarch64/pom.xml
@@ -25,6 +25,18 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ @{surefire.jacoco.args} --enable-preview --enable-native-access=org.cryptomator.jfuse.linux.aarch64
+
+
+
+
+
jextract-linux-aarch64
diff --git a/jfuse-linux-amd64/pom.xml b/jfuse-linux-amd64/pom.xml
index 50cf593..24908c0 100644
--- a/jfuse-linux-amd64/pom.xml
+++ b/jfuse-linux-amd64/pom.xml
@@ -25,6 +25,18 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ @{surefire.jacoco.args} --enable-preview --enable-native-access=org.cryptomator.jfuse.linux.amd64
+
+
+
+
+
jextract-linux-amd64
diff --git a/jfuse-mac/pom.xml b/jfuse-mac/pom.xml
index 3156bb2..7d0e59c 100644
--- a/jfuse-mac/pom.xml
+++ b/jfuse-mac/pom.xml
@@ -25,6 +25,18 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ @{surefire.jacoco.args} --enable-preview --enable-native-access=org.cryptomator.jfuse.mac
+
+
+
+
+
jextract-mac
diff --git a/jfuse-win/pom.xml b/jfuse-win/pom.xml
index 540b4f9..93f8d1b 100644
--- a/jfuse-win/pom.xml
+++ b/jfuse-win/pom.xml
@@ -26,6 +26,18 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ @{surefire.jacoco.args} --enable-preview --enable-native-access=org.cryptomator.jfuse.win
+
+
+
+
+
jextract-win
diff --git a/pom.xml b/pom.xml
index 354c0f9..21c7da8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,12 +120,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.1
+ 3.2.2
org.apache.maven.plugins
maven-failsafe-plugin
- 3.2.1
+ 3.2.2
org.sonatype.plugins