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:
parent
ca41ec707d
commit
89fde49f23
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.5" date="in CVS">
|
<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">
|
<action dev="dion" type="update">
|
||||||
Add changelog:create-cvspass goal for creating the required .cvspass file
|
Add changelog:create-cvspass goal for creating the required .cvspass file
|
||||||
Add documentation on .cvspass file for CVSNT users.
|
Add documentation on .cvspass file for CVSNT users.
|
||||||
|
|||||||
@ -29,20 +29,36 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr><th>Goal</th><th>Description</th></tr>
|
<tr><th>Goal</th><th>Description</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>changelog</td>
|
<td>maven-changelog-plugin:report</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>
|
<td>
|
||||||
Generates a report from the source control system showing
|
Generates a report from the source control system showing
|
||||||
changes by date along with the message, if any, provided
|
changes by date along with the message, if any, provided
|
||||||
by the developer when making the change
|
by the developer when making the change
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user