Added missing doc for the new fbfiles and fbviolations aggregators.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-09-28 09:08:47 +00:00
parent 917e864490
commit adabb3cfd5

View File

@ -151,6 +151,20 @@
Total number of code lines. Total number of code lines.
</td> </td>
</tr> </tr>
<tr>
<td>fbfiles</td>
<td>FindBugs</td>
<td>
Total number of files with FindBugs violations.
</td>
</tr>
<tr>
<td>fbviolations</td>
<td>FindBugs</td>
<td>
Total number of FindBugs violations.
</td>
</tr>
</table> </table>
</section> </section>
</body> </body>