Fixing the .0's in the developer report.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
</tr>
|
||||
<j:forEach var="developer" items="${pom.developers}">
|
||||
<j:set var="name" value="${developer.name}"/>
|
||||
<x:set var="commits" select="count(./changelog-entry/author[text()='${name}'])"/>
|
||||
<x:set var="changedFiles" select="count(./changelog-entry/author[text()='${name}']/../file)"/>
|
||||
<j:set var="commits"><x:expr select="count(./changelog-entry/author[text()='${name}'])"/></j:set>
|
||||
<j:set var="changedFiles"><x:expr select="count(./changelog-entry/author[text()='${name}']/../file)"/></j:set>
|
||||
|
||||
<j:if test="${commits != '0'}">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user