Removed some commented out reports; added a commented out findbugs report

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-12-26 22:04:27 +00:00
parent 17f5eaed71
commit c47d6ce534
1 changed files with 1 additions and 4 deletions

View File

@ -417,10 +417,8 @@ limitations under the License.
</unitTest>
</build>
<reports>
<!--report>maven-changelog-plugin</report-->
<!--report>maven-changes-plugin</report-->
<!--report>maven-developer-activity-plugin</report-->
<!--report>maven-file-activity-plugin</report-->
<!--report>maven-findbugs-plugin</report-->
<report>maven-checkstyle-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jdepend-plugin</report>
@ -431,6 +429,5 @@ limitations under the License.
<!-- report>maven-jdiff-plugin</report -->
<report>maven-pmd-plugin</report>
<!-- <report>maven-linkcheck-plugin</report> -->
<!--report>maven-tasklist-plugin</report-->
</reports>
</project>