summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-27 12:11:14 +0200
committergjoranv <gv@oath.com>2018-08-27 12:13:13 +0200
commitb0c02126f823f36555e634dedfa89ac2aeea8eef (patch)
tree12172d24a032e8f6c0893e45f047e32c1f6ea75e /container-search/pom.xml
parent7dc45579bfc175c4e53ca07420697da94165e7a9 (diff)
Replace old javacc-plugin with ph-javacc-maven-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>