summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model/pom.xml9
-rw-r--r--container-search/pom.xml9
-rw-r--r--document/pom.xml9
-rw-r--r--indexinglanguage/pom.xml9
-rw-r--r--parent/pom.xml18
-rw-r--r--searchlib/pom.xml9
6 files changed, 13 insertions, 50 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index cfe11d1aca0..57dbadd94ab 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -492,15 +492,6 @@
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 0b5edf8637f..2eb7b47c9db 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -175,15 +175,6 @@
<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>
<plugin>
<groupId>com.yahoo.vespa</groupId>
diff --git a/document/pom.xml b/document/pom.xml
index 6881fd6349a..b5cdd742c26 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -122,15 +122,6 @@
<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>
<plugin>
<groupId>com.yahoo.vespa</groupId>
diff --git a/indexinglanguage/pom.xml b/indexinglanguage/pom.xml
index 7bee8939613..00b3413ae1f 100644
--- a/indexinglanguage/pom.xml
+++ b/indexinglanguage/pom.xml
@@ -97,15 +97,6 @@
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
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>
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 2dec6c92619..d8604c23c68 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -79,15 +79,6 @@
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>