Package: antlr3.2 / 3.2-16

01-ignore-antlr-plugin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
@@ -55,6 +55,7 @@
          
         <plugins>
             
+<!--
             <plugin>
 
                 <groupId>org.antlr</groupId>
@@ -74,6 +75,7 @@
                 
             </plugin>
             
+-->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>antlr-maven-plugin</artifactId>