File: ignore_modules.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 (22 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Kai-Chung Yan <seamlikok@gmail.com>
Last-Update: 2016-07-26
Description: maven-debian-helper fails to ignore modules
 Even if you specify --ignore for some POM in libjacoco-java.poms,
 maven-debin-helper fails to ignore it. Hence we have to use a patch to do it.
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -91,14 +91,6 @@
     <module>../org.jacoco.agent.rt</module>
     <module>../org.jacoco.agent</module>
     <module>../org.jacoco.ant</module>
-    <module>../org.jacoco.cli</module>
-    <module>../org.jacoco.examples</module>
-    <module>../jacoco-maven-plugin</module>
-
-    <module>../org.jacoco.tests</module>
-
-    <module>../org.jacoco.doc</module>
-    <module>../jacoco</module>
   </modules>
 
   <scm>