File: 01-ignore-maven-modules.patch

package info (click to toggle)
java-template-engine 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,080 kB
  • sloc: java: 20,560; xml: 1,619; sh: 49; jsp: 47; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Ignore the Maven modules that maven-debian-helper fails to ignore
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -58,12 +58,6 @@
         <module>jte-spring-boot-starter-3</module>
         <module>jte-spring-boot-starter-4</module>
         <module>jte-spring-boot-starter-4-core</module>
-        <module>test/jte-runtime-test</module>
-        <module>test/jte-runtime-test-kotlin</module>
-        <module>test/jte-runtime-cp-test</module>
-        <module>test/jte-hotreload-test</module>
-        <module>test/jte-test-report</module>
-        <module>test/jte-runtime-cp-test-models</module>
         <module>jte-deploy-nexus</module>
     </modules>