aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-27 14:22:09 +0200
committergjoranv <gv@oath.com>2018-08-27 14:55:17 +0200
commite6264beb644bfc534b1ea0f0945b6eb0c3cc1a16 (patch)
tree580f57b10ee5a8d82dcaad90fb80c2313a617417 /searchlib/pom.xml
parent074f695b044eec2663fec0d314b423eb12254ade (diff)
Switch to new javacc maven plugin:
- config model - document - documentapi - indexinglanguage. - searchlib
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 108a17e3638..f3785881265 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -84,18 +84,15 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
+ <groupId>com.helger.maven</groupId>
+ <artifactId>ph-javacc-maven-plugin</artifactId>
+ <version>4.0.3</version>
<executions>
<execution>
- <id>javacc</id>
+ <phase>generate-sources</phase>
<goals>
<goal>javacc</goal>
</goals>
- <configuration>
- <lookAhead>1</lookAhead>
- <isStatic>false</isStatic>
- </configuration>
</execution>
</executions>
</plugin>