PR: MPDASHBOARD-35

Submitted by: Christoph Jerolimov
Fix count of changelog-entries with maven-changelog-plugin-1.9.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-16 17:59:38 +00:00
parent d8aed6a3ff
commit 3aa9669d43
4 changed files with 8 additions and 5 deletions

View File

@ -30,7 +30,7 @@
<j:choose>
<j:when test="${artifactAsFile.exists()}">
<x:parse var="doc" xml="${artifactAsFile}"/>
<x:expr select="count($doc/changelog/changelog-entry)"/>
<x:expr select="count($doc/changelog/changeset/changelog-entry)"/>
</j:when>
<j:otherwise>
<j:expr value="-"/>

View File

@ -30,7 +30,7 @@
<j:choose>
<j:when test="${artifactAsFile.exists()}">
<x:parse var="doc" xml="${artifactAsFile}"/>
<x:expr select="count($doc/changelog/changelog-entry/file)"/>
<x:expr select="count($doc/changelog/changeset/changelog-entry/file)"/>
</j:when>
<j:otherwise>
<j:expr value="-"/>

View File

@ -205,15 +205,17 @@
<td>SCM Changed Files</td>
<td>
Total number of changed files in scm.
<strong>Note:</strong> requires at least maven-changelog-plugin-1.9.
</td>
</tr>
</tr>
<tr>
<td>scmchangedcommit</td>
<td>JavaNCSS Packages Total</td>
<td>SCM Committed Files</td>
<td>
Total number of scm commit.
<strong>Note:</strong> requires at least maven-changelog-plugin-1.9.
</td>
</tr>
</tr>
<tr>
<td>javancsspackagestotal</td>
<td>JavaNCSS</td>

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in svn">
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-35" due-to="Christoph Jerolimov">Fix count of changelog-entries with maven-changelog-plugin-1.9.</action>
<action dev="ltheussl" type="add">Add new aggregators <code>jiraopen</code> and <code>jirascheduled</code>.</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-24" due-to="Wim Deblauwe">Incorrect links with multiproject independent navigation.</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-32" due-to="Wim Deblauwe"><code>maven.dashboard.report.showempty</code> property not honored.</action>