File: 01-ignore-antlr-plugin.patch

package info (click to toggle)
antlr3 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,564 kB
  • sloc: java: 92,592; xml: 942; makefile: 37; sh: 19
file content (22 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable the antlr plugin for the tool module only. The generated source files are already in debian/generated-sources
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -63,6 +63,7 @@
     <build>
 
         <plugins>
+<!--
             <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr3-maven-plugin</artifactId>
@@ -76,7 +77,7 @@
                 </executions>
 
             </plugin>
-
+-->
         </plugins>