[java-parent-project-v3] 02/02: INFRA-110 - Add non-aggregate Javadoc report.

Tom Zeller tzeller at dragonacea.biz
Thu May 12 20:40:52 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit ee0d916f0eabff1fb2ace79080b28a3c1ee80170
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 12 19:40:30 2016 -0500

    INFRA-110 - Add non-aggregate Javadoc report.
    
    Include child module Javadoc in multi-module sites instead of only an
    aggregate.
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index efd3f22..73148d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,11 +755,19 @@
                 </configuration>
                 <reportSets>
                     <reportSet>
+                        <id>aggregate</id>
                         <reports>
                             <report>aggregate</report>
                             <report>test-aggregate</report>
                         </reports>
                     </reportSet>
+                    <reportSet>
+                        <id>non-aggregate</id>
+                        <reports>
+                            <report>javadoc</report>
+                            <report>test-javadoc</report>
+                        </reports>
+                    </reportSet>
                 </reportSets>
             </plugin>
             <plugin>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list