1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: the manifest file will be set by javahelper
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-01-08
Index: xerial-sqlite-jdbc/pom.xml
===================================================================
--- xerial-sqlite-jdbc.orig/pom.xml
+++ xerial-sqlite-jdbc/pom.xml
@@ -138,15 +138,6 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
- <configuration>
- <!-- Pick the MANIFEST generated by the bundle plugin -->
- <archive>
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
- <manifestEntries>
- <Multi-Release>true</Multi-Release>
- </manifestEntries>
- </archive>
- </configuration>
</plugin>
<plugin>
|