I just started using this plugin the other day, and it seems to work okay... though I'm still having problems figuring out how to actually use antlr (coming from javacc/jjtree), but that is a different problem.

The artifacts are in the snapshot repository, so you need to setup a repository like:

----8<----
<repository>
    <id>codehaus-snapshots</id>
    <name>Codehaus Snapshots Repository</name>
    <url>http://snapshots.repository.codehaus.org</url>
    <layout>default</layout>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
        <checksumPolicy>ignore</checksumPolicy>
    </snapshots>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>
---->8----

--jason


On Aug 30, 2007, at 8:22 AM, Putrycz, Erik wrote:

I found some traces of the antlr3 plugin in the svn https:// svn.codehaus.org/mojo/trunk/sandbox/antlr3-maven-plugin/ but I have not been able to find it published anywhere.
Does anyone knows the status of this plugin?
Is it the same than http://maven.badgers-in-foil.co.uk/sites/maven- antlr3-plugin/ ?

Erik Putrycz, Ph.D - Research Associate / [EMAIL PROTECTED] cnrc.gc.ca / (613) 990 0681
Institute for Information Technology - Software Engineering Group
National Research Council, Canada - Building M-50, 1200 Montreal Road
Ottawa, Ontario, CANADA K1A 0R6


Reply via email to