[ http://jira.codehaus.org/browse/MJAVADOC-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185731#action_185731 ]
Vincent Siveton commented on MJAVADOC-247: ------------------------------------------ Could you provide a patch or reformat your issue? > location of doc-files is wrong on page > http://maven.apache.org/plugins/maven-javadoc-plugin/examples/test-javadocs.html > ----------------------------------------------------------------------------------------------------------------------- > > Key: MJAVADOC-247 > URL: http://jira.codehaus.org/browse/MJAVADOC-247 > Project: Maven 2.x Javadoc Plugin > Issue Type: Bug > Environment: Published web page > Reporter: bruce weertman > Priority: Minor > > On the web-page > > http://maven.apache.org/plugins/maven-javadoc-plugin/examples/test-javadocs.html > > there is a tree-view of a directory layout (see below) > It shows the hypothetical path: > src/main/javadoc/org/apache/myapp/doc-files/app.png > This is a bad example as it will not work w/o fiddling around with pom > configuration. > It should say: > src/main/javadoc/doc-files/app.png > If you were to use the layout given, you would discover that app.png is never > copied into the > target directory. > yourproject > |-- src > |-- main > | |-- java > | | |-- org > | | |-- apache > | | |-- myapp > | | `-- App.java > | |-- javadoc > | `-- overview.html > | |-- org > | |-- apache > | |-- myapp > | `-- package.html > | |-- doc-files > | `-- app.png > |-- test > |-- java > | |-- org > | |-- apache > | |-- myapp > | `-- AppTest.java > |-- javadoc > `-- overview.html > |-- org > |-- apache > |-- myapp > `-- package.html > |-- doc-files > `-- app.png -- 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