Author: abelevich
Date: 2008-11-04 06:33:40 -0500 (Tue, 04 Nov 2008)
New Revision: 11010
Modified:
trunk/sandbox/ui/editor/pom.xml
Log:
add maven antlr plugin
Modified: trunk/sandbox/ui/editor/pom.xml
===================================================================
--- trunk/sandbox/ui/editor/pom.xml 2008-11-04 11:32:25 UTC (rev 11009)
+++ trunk/sandbox/ui/editor/pom.xml 2008-11-04 11:33:40 UTC (rev 11010)
@@ -39,6 +39,23 @@
</library>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>antlr-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <grammars>html-seamtext.g</grammars>
+ </configuration>
+ </plugin>
+
+
</plugins>
</build>
<dependencies>
Show replies by date