summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/client/pom.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 8806c45d65..cc0731d382 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -126,26 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.0</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <configuration>
- <sourceDirectory>${basedir}/src/main/grammar</sourceDirectory>
- <outputDirectory>${basedir}/target/generated-sources</outputDirectory>
- <packageName>org.apache.qpid.nclient.jms.filter.selector</packageName>
- </configuration>
- <goals>
- <goal>javacc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>