File: skip_manifest_setting.patch

package info (click to toggle)
xerial-sqlite-jdbc 3.50.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: java: 18,781; sh: 2,890; ansic: 2,830; xml: 463; makefile: 199
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download
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>