1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: not relying on the manifest file produced in the bundle step, as
we omitted it.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-17
--- a/pom.xml
+++ b/pom.xml
@@ -177,8 +177,6 @@
<exclude>logback.xml</exclude>
</excludes>
<archive>
- <!-- use the manifest file created by the bundle plugin -->
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<!-- bundle plugin already generated the maven descriptor -->
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
|