You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/02/12 06:43:15 UTC

[25/50] incubator-kylin git commit: remove antlr3 plugin

remove antlr3 plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/75431e34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/75431e34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/75431e34

Branch: refs/heads/inverted-index
Commit: 75431e344112f3323371773588ede556e6f0c54d
Parents: 5712b1d
Author: qianhao.zhou <qi...@ebay.com>
Authored: Wed Feb 11 14:15:24 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Wed Feb 11 14:15:24 2015 +0800

----------------------------------------------------------------------
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/75431e34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7b945d..0a85ba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,21 +503,6 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.antlr</groupId>
-                    <artifactId>antlr3-maven-plugin</artifactId>
-                    <version>${antlr.version}</version>
-                    <executions>
-                        <execution>
-                            <configuration>
-                                <goals>
-                                    <goal>antlr</goal>
-                                </goals>
-                                <debug>false</debug>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
                     <version>2.6</version>