Skip to content

Commit 3e71152

Browse files
committed
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/cli/trunk@130045 13f79535-47bb-0310-9956-ffa450edef68
1 parent f72129b commit 3e71152

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

project.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,17 @@
9191
</includes>
9292
</unitTest>
9393
</build>
94+
95+
<reports>
96+
<report>maven-changelog-plugin</report>
97+
<report>maven-changes-plugin</report>
98+
<report>maven-developer-activity-plugin</report>
99+
<report>maven-file-activity-plugin</report>
100+
<report>maven-javadoc-plugin</report>
101+
<report>maven-jdepend-plugin</report>
102+
<report>maven-junit-report-plugin</report>
103+
<report>maven-jxr-plugin</report>
104+
<report>maven-license-plugin</report>
105+
<report>maven-tasklist-plugin</report>
106+
</reports>
94107
</project>

0 commit comments

Comments
 (0)