Maven 2.x EJB Plugin

ejbClient javadoc option

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.1
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

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.

Activity

Hide
Dennis Lundberg added a comment -

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.

Show
Dennis Lundberg added a comment - 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.

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated: