aboutsummaryrefslogtreecommitdiff
path: root/common/unsafe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/unsafe/pom.xml')
-rw-r--r--common/unsafe/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml
index 5250014739..93b9580f26 100644
--- a/common/unsafe/pom.xml
+++ b/common/unsafe/pom.xml
@@ -98,7 +98,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerArgs>
+ <compilerArgs combine.children="append">
<!-- This option is needed to suppress warnings from sun.misc.Unsafe usage -->
<arg>-XDignore.symbol.file</arg>
</compilerArgs>