aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-06-05 16:53:21 +0200
committerGitHub <noreply@github.com>2023-06-05 16:53:21 +0200
commit3165cf8fac3ef3bb3b8c4bc933aa6d74f38db565 (patch)
treebbf8a3885b8d0206acde55337cdfaf44e86b26e9 /flags
parent678fa9ff6d6e363416ec7fe400395c9f3003934e (diff)
parentac8bef5d5496047f54258a77f1e563386c8ff454 (diff)
Merge pull request #27287 from vespa-engine/fail-on-warnings-from-bundle-plugin
Fail on warnings from bundle plugin
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>