[hibernate-commits] Hibernate SVN: r12785 - core/trunk/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jul 20 15:20:16 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-20 15:20:16 -0400 (Fri, 20 Jul 2007)
New Revision: 12785

Modified:
   core/trunk/core/pom.xml
Log:
added actual way antlr dep should be specified (commented out, since maven currently [thru 2.0.7] has a regression bug which does not allow this to work)

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2007-07-20 19:04:03 UTC (rev 12784)
+++ core/trunk/core/pom.xml	2007-07-20 19:20:16 UTC (rev 12785)
@@ -88,6 +88,16 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antlr-plugin</artifactId>
+<!--
+    This is how we should define dep on antlr...
+                <dependencies>
+                    <dependency>
+                        <groupId>antlr</groupId>
+                        <artifactId>antlr</artifactId>
+                        <version>2.7.6</version>
+                    </dependency>
+                </dependencies>
+-->
                 <configuration>
                     <grammars>hql.g,hql-sql.g,sql-gen.g</grammars>
                 </configuration>




More information about the hibernate-commits mailing list