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"/>
|