Fix bad goals documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-05-06 01:56:05 +00:00
parent ca41ec707d
commit 89fde49f23
2 changed files with 25 additions and 8 deletions

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="fix" due-to="Archimedes Trajano">Bad documentation for goals</action>
<action dev="dion" type="update">
Add changelog:create-cvspass goal for creating the required .cvspass file
Add documentation on .cvspass file for CVSNT users.

View File

@ -29,20 +29,36 @@
<table>
<tr><th>Goal</th><th>Description</th></tr>
<tr>
<td>changelog</td>
<td>
This is the default goal of the plugin and simply attains
the <code>changelog:generate</code> goal.
</td>
</tr>
<tr>
<td>changelog:generate</td>
<td>maven-changelog-plugin:report</td>
<td>
Generates a report from the source control system showing
changes by date along with the message, if any, provided
by the developer when making the change
</td>
</tr>
<tr>
<td>changelog:create-cvspass</td>
<td>
A utility goal to set the cvs password for your project so that
the changelog plugin can authenticate. This is used mainly by CVSNT
users. The password file (.cvspass) is generated in the <code>${user.home}</code>
directory.
</td>
</tr>
<tr>
<td>maven-changelog-plugin:register</td>
<td>
The standard goal name for report plugins to register themselves
with the site plugin.
</td>
</tr>
<tr>
<td>maven-changelog-plugin:deregister</td>
<td>
The standard goal name for report plugins to deregister themselves
from the site.
</td>
</tr>
</table>
</section>
</body>