summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-08-28 10:39:23 +0200
committerGitHub <noreply@github.com>2018-08-28 10:39:23 +0200
commitf65816fe02f63a3fabacd96b28960446df587848 (patch)
tree48729122f3deb8d8662d86dc94dd673fabcbc366 /container-search/pom.xml
parentdfb3d41713fb28ad4aaf19487db1cefb4e00a099 (diff)
parente6264beb644bfc534b1ea0f0945b6eb0c3cc1a16 (diff)
Merge pull request #6679 from vespa-engine/gjoranv/javacc-plugin
Gjoranv/javacc plugin
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index cdfcdb2434a..0b5edf8637f 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -173,19 +173,15 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.4</version>
+ <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>