You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Vadim Chekan <vc...@cox.net> on 2008/11/11 08:10:17 UTC

Maven: help

I've found antlr-maven-plugin:
http://mojo.codehaus.org/antlr3-maven-plugin/index.html

and I'm able to trigger code generation from maven now but this plugin 
uses antlr-3.0.1 where antlr-3.1.1 already exist. My java code generated 
by the old antlr does not compile.
Is there a way to run antlr directly and bypassing plugin? Can I just 
set compile-time dependency in pom and write a call to generate java 
code from the grammar?

Vadim.