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

34 lines
812 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Console Goals</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<section name="Goals">
<table>
<tr><th>Goal</th><th>Description</th></tr>
<tr>
<td>console</td>
<td>
This is the default goal of the plugin and starts the console
awaiting input.
</td>
</tr>
<tr>
<td>console:listGoals</td>
<td>
Lists the goals available for the currently loaded project
</td>
</tr>
<tr>
<td>console:help</td>
<td>Displays a help message along with a list of valid commands</td>
</tr>
</table>
</section>
</body>
</document>