aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2024-06-10 15:20:47 +0200
committergjoranv <gjoranv@gmail.com>2024-06-10 15:21:49 +0200
commit90f05fbe996d84c8bc9551c75f227aa57a0344f1 (patch)
tree7c68c6f08c678516ec912ed576fe3078ff4c7abd /parent/pom.xml
parent5f650ba39e70837d68c589fba287337d8527917e (diff)
Hide bundle-plugin warnings for multi-release jars globally.
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index acd551817b1..9eb5c28ed05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -66,6 +66,10 @@
<version>${maven-bundle-plugin.vespa.version}</version>
<configuration>
<obrRepository>NONE</obrRepository>
+ <!-- Hide warnings for multi-release jars, e.g. bouncycastle -->
+ <instructions>
+ <_fixupmessages>"Classes found in the wrong directory"</_fixupmessages>
+ </instructions>
</configuration>
</plugin>
<plugin>