aboutsummaryrefslogtreecommitdiffstats
path: root/config-bundle
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-bundle
parente12d1b6324478976a0cf4e019b5150d3735ae908 (diff)
Add necessary options to use failOnWarnings
Diffstat (limited to 'config-bundle')
-rw-r--r--config-bundle/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-bundle/pom.xml b/config-bundle/pom.xml
index 817820c95d5..bf0721ff7e2 100644
--- a/config-bundle/pom.xml
+++ b/config-bundle/pom.xml
@@ -72,6 +72,7 @@
<extensions>true</extensions>
<configuration>
<bundleType>CORE</bundleType>
+ <suppressWarningMissingImportPackages>true</suppressWarningMissingImportPackages>
</configuration>
</plugin>
</plugins>