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

cvs commit: maven-plugins/developer-activity/xdocs changes.xml

evenisse    2004/02/03 02:56:44

  Modified:    developer-activity plugin.jelly plugin.properties
                        project.xml
               developer-activity/xdocs changes.xml
  Log:
  Add maven.changelog.basedir property for users that don't use basedir directory for checkout.
  
  Revision  Changes    Path
  1.13      +1 -1      maven-plugins/developer-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	28 Oct 2003 18:20:58 -0000	1.12
  +++ plugin.jelly	3 Feb 2004 10:56:44 -0000	1.13
  @@ -60,7 +60,7 @@
             
             <j:if test="${changelogPresent != 'true'}">
               <changelog:changelog
  -              basedir="${basedir}"
  +              basedir="${maven.changelog.basedir}"
                 developers="${pom.developers}"
                 factory="${factory}"
                 output="${maven.build.dir}/changelog.xml"
  
  
  
  1.3       +2 -0      maven-plugins/developer-activity/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	28 Jan 2003 03:54:15 -0000	1.2
  +++ plugin.properties	3 Feb 2004 10:56:44 -0000	1.3
  @@ -4,6 +4,8 @@
   # Activity log plugin.
   # -------------------------------------------------------------------
   
  +maven.changelog.basedir=${basedir}
  +
   maven.build.dir = ${basedir}/target
   
   maven.docs.outputencoding = ISO-8859-1
  
  
  
  1.20      +1 -1      maven-plugins/developer-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	29 Sep 2003 05:19:11 -0000	1.19
  +++ project.xml	3 Feb 2004 10:56:44 -0000	1.20
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-developer-activity-plugin</id>
     <name>Maven Developer Activity Plug-in</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
     <shortDescription>Developer Activity report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/developer-activity/</url>
  
  
  
  1.5       +5 -0      maven-plugins/developer-activity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	29 Sep 2003 06:09:54 -0000	1.4
  +++ changes.xml	3 Feb 2004 10:56:44 -0000	1.5
  @@ -6,6 +6,11 @@
     </properties>
   
     <body>
  +	<release version="1.4" date="In CVS">
  +  	  <action dev="evenisse" type="update">
  +  	    Add maven.changelog.basedir property.
  +  	  </action>
  +    </release>
   	<release version="1.3" date="2003-09-29">
         <action dev="evenisse" type="add">
           Add link with team list.
  
  
  

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