From 7007f72ba7f0ccdc1d11315757a80f55a93451df Mon Sep 17 00:00:00 2001 From: Yin Huai Date: Mon, 28 Mar 2016 13:50:42 -0700 Subject: [SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin. Seems https://github.com/apache/spark/commit/600c0b69cab4767e8e5a6f4284777d8b9d4bd40e is missing the antlr4 maven plugin. This pr adds it. Author: Yin Huai Closes #12010 from yhuai/mavenAntlr4. --- sql/catalyst/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'sql') diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index c834a011f1..9bfe495e90 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -133,6 +133,21 @@ + + org.antlr + antlr4-maven-plugin + + + + antlr4 + + + + + true + ../catalyst/src/main/antlr4 + + -- cgit v1.2.3