summaryrefslogtreecommitdiffstats
path: root/flags
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 /flags
parente12d1b6324478976a0cf4e019b5150d3735ae908 (diff)
Add necessary options to use failOnWarnings
Diffstat (limited to 'flags')
-rw-r--r--flags/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 0c268fbd644..2c736d04ccb 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -97,6 +97,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <suppressWarningMissingImportPackages>true</suppressWarningMissingImportPackages>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>