Re-order reports, add license report

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-07 04:21:03 +00:00
parent 80ab7d4d29
commit d1aab3240d

View File

@ -176,15 +176,14 @@
<defaultGoal>plugins:site</defaultGoal>
</build>
<reports>
<report>maven-changelog-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-dashboard-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-linkcheck-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-multichanges-plugin</report>
<report>maven-multiproject-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-linkcheck-plugin</report>
<report>maven-license-plugin</report>
</reports>
</project>