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 @@ + Bad documentation for goals Add changelog:create-cvspass goal for creating the required .cvspass file Add documentation on .cvspass file for CVSNT users. diff --git a/changelog/xdocs/goals.xml b/changelog/xdocs/goals.xml index a201c9f2..63d35c22 100644 --- a/changelog/xdocs/goals.xml +++ b/changelog/xdocs/goals.xml @@ -29,20 +29,36 @@ - - - - - + + + + + + + + + + + + +
GoalDescription
changelog - This is the default goal of the plugin and simply attains - the changelog:generate goal. -
changelog:generatemaven-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. +