summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-06-02 17:38:57 +0200
committergjoranv <gv@yahooinc.com>2023-06-05 15:15:19 +0200
commitac8bef5d5496047f54258a77f1e563386c8ff454 (patch)
tree50e10849b831926b888251abbb1a88e8281659f7 /config
parente12d1b6324478976a0cf4e019b5150d3735ae908 (diff)
Add necessary options to use failOnWarnings
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 29323e26b0b..ae80d00923b 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -178,6 +178,7 @@
<extensions>true</extensions>
<configuration>
<bundleType>CORE</bundleType>
+ <suppressWarningMissingImportPackages>true</suppressWarningMissingImportPackages>
</configuration>
</plugin>
<plugin>