[
https://issues.apache.org/jira/browse/MJAVADOC-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957483#comment-17957483
]
Olivier Lamy commented on MJAVADOC-50:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#473|https://github.com/apache/maven-javadoc-plugin/issues/473].
> Allow configuration for whether images and css are copied to destDir
> --------------------------------------------------------------------
>
> Key: MJAVADOC-50
> URL: https://issues.apache.org/jira/browse/MJAVADOC-50
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: New Feature
> Reporter: Wendy Smoak
> Assignee: Maria Odea B. Ching
> Priority: Minor
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)