Following:

http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html


<http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html>
I have a directory structure under the doc-files directory that I want to
maintain...

./src/main/javadoc/resources/doc-files/**


So for example:

./src/main/javadoc/resources/doc-files/dir1/file1.html
./src/main/javadoc/resources/doc-files/dir2/file2.html
./src/main/javadoc/resources/doc-files/dir2/dirA/file2A.html


But ends up flattening all files:

./src/main/javadoc/resources/doc-files/file1.html
./src/main/javadoc/resources/doc-files/file2.html
./src/main/javadoc/resources/doc-files/file2A.html


And all the fileX.html links are broken.

I sure hope I don't have to drop evern dir into a doc-files dir :'(


Cheers.

Reply via email to