diff --git a/changelog/xdocs/changes.xml b/changelog/xdocs/changes.xml index b041a64a..5220725f 100644 --- a/changelog/xdocs/changes.xml +++ b/changelog/xdocs/changes.xml @@ -26,6 +26,7 @@
| Goal | Description | |
|---|---|---|
| changelog | -
- This is the default goal of the plugin and simply attains
- the changelog:generate goal.
- |
- |
| changelog:generate | +maven-changelog-plugin:report | 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 |
| changelog:create-cvspass | +
+ 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 ${user.home}
+ directory.
+ |
+ |
| maven-changelog-plugin:register | ++ The standard goal name for report plugins to register themselves + with the site plugin. + | +|
| maven-changelog-plugin:deregister | ++ The standard goal name for report plugins to deregister themselves + from the site. + | +