PR: MPDEVACTIVITY-7

Submitted by: Dennis Lundberg
Only show the timeframe when maven.changelog.type=range.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@408947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-05-23 15:57:14 +00:00
parent 3636304dfd
commit a28e81e211
3 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-developer-activity-plugin</id> <id>maven-developer-activity-plugin</id>
<name>Maven Developer Activity Plugin</name> <name>Maven Developer Activity Plugin</name>
<currentVersion>1.6</currentVersion> <currentVersion>1.6.1-SNAPSHOT</currentVersion>
<description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description> <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> <shortDescription>Developer Activity report</shortDescription>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl> <issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>

View File

@ -3,7 +3,7 @@
<!-- <!--
* ======================================================================== * ========================================================================
* *
* Copyright 2004 The Apache Software Foundation. * Copyright 2004-2006 The Apache Software Foundation.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -59,7 +59,10 @@
<subsection name="${setname}"> <subsection name="${setname}">
<p> <p>
<!-- The range needs to be fed in somehow. --> <!-- The range needs to be fed in somehow. -->
<j:set var="type" value="${maven.changelog.type}"/>
<j:if test="${type == 'range'}">
Timeframe: ${maven.changelog.range} days, Timeframe: ${maven.changelog.range} days,
</j:if>
Total Commits: Total Commits:
<x:expr select="count(./changelog-entry)"/> <x:expr select="count(./changelog-entry)"/>
Total Number of Files Changed: Total Number of Files Changed:

View File

@ -23,6 +23,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.6.1" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPDEVACTIVITY-7" due-to="Dennis Lundberg">Only show the timeframe when maven.changelog.type=range.</action>
</release>
<release version="1.6" date="2006-01-29"> <release version="1.6" date="2006-01-29">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>