Force javacc-maven-plugin to use version 2.1 of the plugin, since the newer version seems to cause problems.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@587685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-10-23 22:58:32 +00:00
parent 3020195147
commit 647cbf2ae7
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<id>jjtree-jpql</id>