You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/09/20 17:05:17 UTC

svn commit: r998950 - /directory/shared/trunk/ldap/pom.xml

Author: elecharny
Date: Mon Sep 20 15:05:17 2010
New Revision: 998950

URL: http://svn.apache.org/viewvc?rev=998950&view=rev
Log:
Switched to the latest Maven version for the antlr plugin

Modified:
    directory/shared/trunk/ldap/pom.xml

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=998950&r1=998949&r2=998950&view=diff
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Mon Sep 20 15:05:17 2010
@@ -74,10 +74,11 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antlr-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>antlr-maven-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
-          <grammars>schema-extension.g schema-qdstring.g schema-value.g schema.g schemaConverter.g TriggerSpecification.g distinguishedName.g ACIItem.g ACIItemChecker.g subtree-specification.g SubtreeSpecificationChecker.g</grammars>
+          <grammars>*.g</grammars>
         </configuration>
         <executions>
            <execution>