Allow configuration for whether images and css are copied to destDir
--------------------------------------------------------------------

         Key: MJAVADOC-50
         URL: http://jira.codehaus.org/browse/MJAVADOC-50
     Project: Maven 2.x Javadoc Plugin
        Type: New Feature

    Reporter: Wendy Smoak
    Priority: Minor


Not all doclets produce HTML output, so copying the css and images should be 
configurable.  For example, the UMLGraph doclet produces ".dot" files which can 
be transformed into images.

In addition, the plugin behaves differently when configured in the <build> and 
<reporting> sections:
 * When run with 'mvn javadoc:javadoc' from the <build> section, 
stylesheet.css, the 'images' directory and the 'css' directory are copied to 
<destDir>.
 * When run with 'mvn site' from the <reporting> section, only stylesheet.css 
is copied in (and <destDir> is ignored, see MJAVADOC-47).


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to