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