[JIRA] Created: (JPAR-5) Generate aggregate and test-aggregate jars for multi-module projects

Chad La Joie (JIRA) noreply at shibboleth.net
Fri Mar 9 00:10:16 GMT 2012


Generate aggregate and test-aggregate jars for multi-module projects
--------------------------------------------------------------------

                 Key: JPAR-5
                 URL: https://issues.shibboleth.net/jira/browse/JPAR-5
             Project: Java Parent Project
          Issue Type: Improvement
            Reporter: Chad La Joie
            Assignee: Chad La Joie
            Priority: Minor


JARs containing the javadoc and test-javadoc for each module are currently generated.  It would be nice, however, if an JARs containing the aggregate of each module's javadoc were also generated.  This can be done using the javadoc:aggregate-jar and javadoc:test-aggregate-jar goals but defining them in the parent pom causes the javadoc generation for each module to occur twice (once when the parent module kicks in at the start and then once for each module when it builds).  That's sub-optimal.  Fixing it may require an explicit "aggregate" module that is run as the last module in the build.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list