MVN

org.antlr : antlr3-maven-plugin

Maven & Gradle

Mar 25, 2014
223 stars

ANTLR 3 Maven plugin · This is the brand new, re-written from scratch plugin for ANTLR v3. Previous valiant efforts all suffered from being unable to modify the ANTLR Tool itself to provide support not just for Maven oriented things but any other tool that might wish to invoke ANTLR without resorting to the command line interface. Rather than try to shoe-horn new code into the existing Mojo (in fact I think that by incorporating a patch supplied by someone I ended up with tow versions of the Mojo, I elected to rewrite everything from scratch, including the documentation, so that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports such as imported grammar processing, proper support for library directories and locating token files from generated sources, and so on. In the end I decided to also change the the ANTLR Tool.java code so that it would be the provider of all the things that a build tool needs, rather than delegating things to 5 different tools. So, things like dependencies, dependency sorting, option tracking, generating sources and so on are all folded back in to ANTLR's Tool.java code, where they belong, and they now provide a public interface to anyone that might want to interface with them. One other goal of this rewrite was to completely document the whole thing to death. Hence even this pom has more comments than funcitonal elements, in case I get run over by a bus or fall off a cliff while skiing. Jim Idle - March 2009

<plugin>
    <groupId>org.antlr</groupId>
    <artifactId>antlr3-maven-plugin</artifactId>
    <version>3.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antlr : antlr3-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.5.2
  • Latest Release Candidate: 3.5-rc-2
  • Latest Beta: 3.4-beta4

All Versions

Choose a version of org.antlr : antlr3-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
antlr3-maven-plugin-3.5.2
antlr3-maven-plugin-3.5.1
3.5
antlr3-maven-plugin-3.5
antlr3-maven-plugin-3.5-rc-2
antlr3-maven-plugin-3.5-rc-1
3.4
antlr3-maven-plugin-3.4
antlr3-maven-plugin-3.4-beta4
antlr3-maven-plugin-3.4-beta3
3.3
antlr3-maven-plugin-3.3
3.2
antlr3-maven-plugin-3.2
3.1.x
antlr3-maven-plugin-3.1.3-1
antlr3-maven-plugin-3.1.3
antlr3-maven-plugin-3.1.2-1
antlr3-maven-plugin-3.1.2
antlr3-maven-plugin-3.1.1.2
antlr3-maven-plugin-3.1.1.1
antlr3-maven-plugin-3.1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.antlr</groupId>
    <artifactId>antlr3-maven-plugin</artifactId>
    <version>3.5.2</version>
</plugin>

Advertisement

Dependencies from Group

May 21, 2023
1.2k usages
14.7k stars
Apr 10, 2022
624 usages
223 stars
ST4
Sep 02, 2022
423 usages
915 stars
May 21, 2023
396 usages
14.7k stars
May 19, 2011
332 usages

Discover Dependencies