ejbClient javadoc option
------------------------

                 Key: MEJB-29
                 URL: http://jira.codehaus.org/browse/MEJB-29
             Project: Maven 2.x Ejb Plugin
          Issue Type: New Feature
    Affects Versions: 2.1
            Reporter: darren hartford


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to