ARTEMIS-4435 Add missing MANIFEST.MF content for Artemis artifacts.

This commit is contained in:
Chao Wang 2023-09-21 11:07:38 +08:00 committed by Justin Bertram
parent 45f2789531
commit 3392d084a9
2 changed files with 5 additions and 8 deletions

View File

@ -140,14 +140,6 @@
</goals>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/**/*</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>javax.json</pattern>

View File

@ -48,6 +48,11 @@
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
<instructions>
<Implementation-Version>${project.version}</Implementation-Version>
</instructions>