File: ignore-license-check-for-build-poms.patch

package info (click to toggle)
jacoco 0.8.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,400 kB
  • sloc: java: 43,503; xml: 6,542; javascript: 1,316; sh: 210; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: address FTBTS due to license check of dependency-reduced-pom.xml
Author: tony mancill <tmancill@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022388
Forwarded: not-needed
Last-Update: 2022-10-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -591,7 +591,7 @@
             </goals>
             <configuration>
               <target>
-                <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
+                <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml,dependency-reduced-pom.xml" id="missinglicense.fileset">
                   <include name="**/*.kt"/>
                   <include name="**/*.groovy"/>
                   <include name="**/*.scala"/>