aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-06 11:21:10 +0100
committergjoranv <gv@oath.com>2018-12-06 14:18:56 +0100
commit49de3f5478c4a44c8f5cebcb15062eb6289ddd35 (patch)
tree1a178b4fe497574f5b4ffe52ffa0de01c810cbc9 /parent
parentb34c9cf316c1ef8a632f37286bef7482aaa1c52e (diff)
Manage ph-javacc-maven-plugin config in parent pom.
+ Remove unused management for old javacc plugin.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c60ed3e8d4d..43db7de964a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -239,11 +239,6 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.6</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0.0</version>
</plugin>
@@ -256,6 +251,19 @@
<useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.helger.maven</groupId>
+ <artifactId>ph-javacc-maven-plugin</artifactId>
+ <version>4.0.3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>javacc</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>
</build>