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

22 lines
629 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Application Generator Plug-in</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="Maven Application Generator Plug-in">
<p>
This plugin can be used to generate a new project complete with
Maven descriptor so you can start on development immediately.
</p>
<p>
You must specify the package that you want the code to be
generated into, e.g.
</p>
<source>maven -Dpackage=com.mycompany.project genapp</source>
</section>
</body>
</document>