1
0

added missing build and report sections to subproject project.xml files, subprojects are responsible for generating the reports they want to have published and subproject define build parameters they require.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory
2004-04-06 17:39:33 +00:00
parent 0421b481aa
commit 0c87efaf84

View File

@@ -156,4 +156,17 @@ There is no easy way to run these under maven at the moment.
</unitTest> </unitTest>
</build> </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-javadoc-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<report>maven-tasklist-plugin</report>
</reports>
</project> </project>