From 89fde49f238ebd7fe1fe4a78f1b937c8ee4e1061 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 6 May 2004 01:56:05 +0000 Subject: [PATCH] Fix bad goals documentation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115193 13f79535-47bb-0310-9956-ffa450edef68 --- changelog/xdocs/changes.xml | 1 + changelog/xdocs/goals.xml | 32 ++++++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 8 deletions(-) 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. +