git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
22 lines
629 B
XML
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> |