2003-01-24 03:44:26 +00:00

31 lines
941 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Antlr Plug-in</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<section name="Maven Antlr Plug-in">
<p>
This plugin generates code based on user-supplied Antlr grammars.
</p>
<p>
The code is automatically generated before the <code>java:compile</code>
goal, so that the generated code is automatically processed as if
it was part of the normal application source code.
</p>
<p>
For more information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
<p>
For more information on how to customise the functionality provided
by this plugin, please see the <a href="properties.html">properties</a>
document.
</p>
</section>
</body>
</document>