Updating reports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2008-03-15 23:26:23 +00:00
parent 01086ef5b3
commit 758f57b704
1 changed files with 5 additions and 7 deletions

View File

@ -479,18 +479,16 @@
</build> </build>
<reports> <reports>
<!--report>maven-changelog-plugin</report--> <!--report>maven-changes-plugin</report--> <!-- commented out until changes.xml exists -->
<!--report>maven-changes-plugin</report--> <report>maven-checkstyle-plugin</report>
<!--report>maven-developer-activity-plugin</report--> <report>maven-pmd-plugin</report>
<!--report>maven-file-activity-plugin</report--> <!--report>maven-findbugs-plugin</report--> <!-- commented out due to license -->
<!--report>maven-checkstyle-plugin</report-->
<report>maven-javadoc-plugin</report> <report>maven-javadoc-plugin</report>
<report>maven-jdepend-plugin</report> <report>maven-jdepend-plugin</report>
<report>maven-junit-report-plugin</report> <report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report> <report>maven-jxr-plugin</report>
<report>maven-license-plugin</report> <report>maven-license-plugin</report>
<!--report>maven-cobertura-plugin</report> <!--report>maven-cobertura-plugin</report--> <!-- commented out due to license -->
<report>maven-jdiff-plugin</report-->
</reports> </reports>
</project> </project>