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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user