aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-02-03 02:17:57 +0100
committergjoranv <gv@verizonmedia.com>2022-02-03 02:37:20 +0100
commit9483cccbac24ecbae5636566ac8886943583984e (patch)
treec1dc8080027be51e83a3dc6ba46b1120396aa508 /config-model-fat/pom.xml
parentafd0087d92f66e46a4c1ca5e2c0bec166388be25 (diff)
Hide huge warnings from maven-bundle-plugin for multi-release jars.
Diffstat (limited to 'config-model-fat/pom.xml')
-rw-r--r--config-model-fat/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 430e471afd0..5f36a26ccef 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -69,6 +69,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <_fixupmessages>"Classes found in the wrong directory"</_fixupmessages> <!-- Hide warnings for multi-release jars -->
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version>
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>