File: omit_examples_from_pom_modules.patch

package info (click to toggle)
qpid-proton-j 0.34.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,632 kB
  • sloc: java: 54,471; python: 9,966; xml: 791; sh: 6; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: remove mention of examples from pom modules
 this avoids the install phase breaking
Author: Joseph Nahmias <jello@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2023-02-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pom.xml
+++ b/pom.xml
@@ -202,8 +202,6 @@
   <modules>
     <module>proton-j</module>
     <module>tests</module>
-    <module>examples/engine</module>
-    <module>examples/reactor</module>
     <module>apache-qpid-proton-j</module>
   </modules>