Hello Maven Team,
may be i am missing something or i just have covered a bug.
I am facing problems with the maven-javadoc-plugin.
This is probably related to the ticket found here
http://jira.codehaus.org/browse/MJAVADOC-259
I have created a SSCCE according the information given of the plugin
examples.
The url to the example i am refering to:
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html
But as stated here, the example may be wrong.
http://www.mail-archive.com/issues@maven.apache.org/msg55395.html
The problem is that the files located in
src\main\javadoc\org\apache\myapp\doc-files
are not copied to the
target\site\apidocs\org\apache\myapp\doc-files
location, although the pom specifies to do so!
The archive attached should provide the complete project with pom and
sources to reproduce the behavior.
Thanks in advance, sincerly
Isaias Bartelborth