You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/05/06 03:56:05 UTC

cvs commit: maven-plugins/changelog/xdocs goals.xml changes.xml

dion        2004/05/05 18:56:05

  Modified:    changelog/xdocs goals.xml changes.xml
  Log:
  Fix bad goals documentation
  
  Revision  Changes    Path
  1.3       +23 -7     maven-plugins/changelog/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	4 Mar 2004 18:01:12 -0000	1.2
  +++ goals.xml	6 May 2004 01:56:05 -0000	1.3
  @@ -29,18 +29,34 @@
         <table>
           <tr><th>Goal</th><th>Description</th></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.
  +            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:generate</td>
  +          <td>changelog:create-cvspass</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
  +            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>
  
  
  
  1.28      +1 -0      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changes.xml	29 Apr 2004 05:01:03 -0000	1.27
  +++ changes.xml	6 May 2004 01:56:05 -0000	1.28
  @@ -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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org