evenisse    2004/02/03 02:54:48

  Modified:    changelog plugin.jelly plugin.properties
               changelog/xdocs changes.xml properties.xml
  Log:
  Add maven.changelog.basedir property for users that don't use basedir directory for 
checkout.
  
  Revision  Changes    Path
  1.10      +1 -1      maven-plugins/changelog/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      5 Aug 2003 15:08:08 -0000       1.9
  +++ plugin.jelly      3 Feb 2004 10:54:48 -0000       1.10
  @@ -53,7 +53,7 @@
             <ant:echo>Generating the changelog report</ant:echo>
   
             <changelog:changelog
  -            basedir="${basedir}"
  +            basedir="${maven.changelog.basedir}"
               developers="${pom.developers}"
               factory="${maven.changelog.factory}"
               output="${maven.build.dir}/changelog.xml"
  
  
  
  1.2       +1 -0      maven-plugins/changelog/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties 24 Jan 2003 03:44:50 -0000      1.1
  +++ plugin.properties 3 Feb 2004 10:54:48 -0000       1.2
  @@ -5,6 +5,7 @@
   # -------------------------------------------------------------------
   
   # These three don't belong here.
  +maven.changelog.basedir=${basedir}
   maven.build.dir = ${basedir}/target
   maven.gen.docs = ${maven.build.dir}/generated-xdocs
   maven.docs.outputencoding = ISO-8859-1
  
  
  
  1.20      +3 -0      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml       5 Jan 2004 04:53:34 -0000       1.19
  +++ changes.xml       3 Feb 2004 10:54:48 -0000       1.20
  @@ -9,6 +9,9 @@
     <body>
   
        <release version="1.4" date="in CVS">
  +       <action dev="evenisse" type="update">
  +         Add maven.changelog.basedir property.
  +       </action>
          <action dev="epugh" type="update">
           If, using the cvslib, fails, then fall back to using
           the command line call to the cvs executable.
  
  
  
  1.5       +9 -0      maven-plugins/changelog/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml    30 Nov 2003 11:20:28 -0000      1.4
  +++ properties.xml    3 Feb 2004 10:54:48 -0000       1.5
  @@ -15,6 +15,15 @@
             <th>Description</th>
           </tr>
           <tr>
  +          <td>maven.changelog.basedir</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the basedir for changelog execution.
  +            This is used by the "changelog" goal.  The default value is
  +            <code>basedir</code>.
  +          </td>
  +        </tr>
  +        <tr>
             <td>maven.changelog.range</td>
             <td>Yes</td>
             <td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to