aboutsummaryrefslogtreecommitdiff
path: root/unsafe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'unsafe/pom.xml')
-rw-r--r--unsafe/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsafe/pom.xml b/unsafe/pom.xml
index 62c6354f1e..dd2ae6457f 100644
--- a/unsafe/pom.xml
+++ b/unsafe/pom.xml
@@ -80,7 +80,7 @@
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<configuration>
- <javacArgs>
+ <javacArgs combine.children="append">
<!-- This option is needed to suppress warnings from sun.misc.Unsafe usage -->
<javacArg>-XDignore.symbol.file</javacArg>
</javacArgs>