Lines Matching refs:plugin
9 ANTLR v3 Maven plugin
11 The ANTLR v3 Maven plugin is completely re-written as of version 3.1.3; if you are familiar
15 The job of the plugin is essentially to tell the standard ANTLR parser generator where the
20 This version of the plugin allows full control over ANTLR and allows configuration of all
23 tool as of version 3.1.3 of ANTLR and this plugin.
27 The plugin version tracks the version of the ANTLR tool that it controls. Hence if you
28 use version 3.1.3 of the plugin, you will build your grammars using version 3.1.3 of the
29 ANTLR tool, version 3.2 of the plugin will use version 3.2 of the ANTLR tool and so on.
31 You may also find that there are patch versions of the plugin suchas 3.1.3-1 3.1.3-2 and
32 so on. Use the latest patch release of the plugin.
34 …The current version of the plugin is shown at the top of this page after the <<Last Deployed>> dat…
39 As with all Maven plugins, this plugin will automatically default to standard locations
53 place it in the directory <<<src/main/antlr3/org/foo/bar>>>. The plugin will then produce
57 submitted for compilation by the plugin.
61 Such files are never built on their own, but the plugin will automatically tell the ANTLR