File: omit_demo_and_quickstart.patch

package info (click to toggle)
libpf4j-java 3.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: java: 8,610; xml: 1,108; sh: 228; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: only the pf4j module is needed for the library
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-05-07

--- a/pom.xml
+++ b/pom.xml
@@ -167,8 +167,8 @@
 
     <modules>
         <module>pf4j</module>
-        <module>demo/maven</module>
-        <module>maven-archetypes/quickstart</module>
+        <!--<module>demo/maven</module>
+        <module>maven-archetypes/quickstart</module>-->
     </modules>
 
     <profiles>