Add a little summary blurb to changelog report

PR: MAVEN-577
Submitted by:	Rafal Krzewski


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-07-17 08:26:13 +00:00
parent f6ec3eee6d
commit f5b5bbc73a

View File

@@ -15,6 +15,14 @@
</properties>
<body>
<section name="Changelog Report">
<p>
<!-- The range needs to be fed in somehow. -->
Timeframe: ${maven.changelog.range} days,
Total Commits:
<x:expr select="count(./changelog-entry)"/>
Total Number of Files Changed:
<x:expr select="count(./changelog-entry/file)"/>
</p>
<table>
<tr>
<th>Date</th>