diff options
Diffstat (limited to 'qpid/java/common')
| -rw-r--r-- | qpid/java/common/pom.xml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index 0d6e64b0e1..d6a102c25e 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -103,25 +103,7 @@ </executions> </plugin> - <!-- Generates message selector grammar --> - <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>${project.build.directory}/generated-sources/selector</outputDirectory> - <packageName>org.apache.qpidity.filter.selector</packageName> - </configuration> - <goals> - <goal>javacc</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- Backports the module to Java 1.4. This is done during the packaging phase as a transformation of the Jar. --> <plugin> |
