summaryrefslogtreecommitdiffstats
path: root/clustercontroller-utils
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 /clustercontroller-utils
parente12d1b6324478976a0cf4e019b5150d3735ae908 (diff)
Add necessary options to use failOnWarnings
Diffstat (limited to 'clustercontroller-utils')
-rw-r--r--clustercontroller-utils/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/clustercontroller-utils/pom.xml b/clustercontroller-utils/pom.xml
index 381a4c88946..a572ec4c14e 100644
--- a/clustercontroller-utils/pom.xml
+++ b/clustercontroller-utils/pom.xml
@@ -46,6 +46,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>