File: 0014-FELIX-5430.patch

package info (click to toggle)
jruby 9.1.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 71,608 kB
  • sloc: ruby: 505,916; java: 237,875; xml: 31,161; ansic: 7,152; yacc: 4,605; sh: 887; makefile: 108; jsp: 48; tcl: 40
file content (21 lines) | stat: -rw-r--r-- 894 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
Description: Allow maven-bundle-plugin to continue if errors are detected
 This is necessary due to an upstream bug in that plugin that fail
 when a bundle is requested and one or more jar files contain jigsaw
 module files definitions. This is not a fix, just a workaround.
Author: Miguel Landaeta <nomadium@debian.org>
Bug-Debian: https://bugs.debian.org/867652
Origin: other
Bug: https://issues.apache.org/jira/browse/FELIX-5430
Forwarded: no
Last-Update: 2017-07-22

--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,7 @@
               <Bundle-Name>${bundle.name} ${project.version}</Bundle-Name>
               <Bundle-Description>${bundle.name} ${project.version} OSGi bundle</Bundle-Description>
               <Bundle-SymbolicName>${bundle.symbolic_name}</Bundle-SymbolicName>
+              <_failok>true</_failok>
             </instructions>
           </configuration>
         </plugin>