summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2007-08-06 13:55:04 +0000
committerArnaud Simon <arnaudsimon@apache.org>2007-08-06 13:55:04 +0000
commitd5f5a11c9507ea760a1d8717f936287f555f7583 (patch)
tree59d623fc970880da94de4d5358d3e17a87343cc9 /qpid/java
parent94e5a706528771a2628b0d66a80312a3396ade6c (diff)
downloadqpid-python-d5f5a11c9507ea760a1d8717f936287f555f7583.tar.gz
moved filter into common
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/client/pom.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml
index 8806c45d65..cc0731d382 100644
--- a/qpid/java/client/pom.xml
+++ b/qpid/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>