Issue Details (XML | Word | Printable)

Key: MEJB-29
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: darren hartford
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 2.x EJB Plugin

ejbClient javadoc option

Created: 06/Nov/07 02:44 PM   Updated: 10/Feb/09 01:58 AM
Component/s: None
Affects Version/s: 2.1
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide

usecase: Create a client jar that already includes javadoc.

Either modify the <clientIncludes> to grab files from other locations, or modify plugin to integrate to support for Javadoc plugin.

Note that including the javadoc output to /target/classes includes parts of those files within the regular artifact, which is not the intent.

<clientIncludes>../apidocs/*.</clientIncludes> does not work.
<clientInclude>${project.build.directory}/apidocs/*/.*</clientInclude> does not work.



Dennis Lundberg added a comment - 10/Feb/09 01:58 AM

Are you proposing that it should be possible to create a separate jar file containing the javadocs for the EJB client? I so then I think that would need to go into the Javadoc Plugin.

If the main artifact is my-ejb-artifact-1.0.jar, then the new javadoc jar would be my-ejb-artifact-1.0-client-javadoc.jar.