Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9.1
-
None
-
None
-
Maven 3.0.4, Windows 7
Description
Hi,
I am generating a javadoc-resources jar using resource-bundle goal. My project has
additional JavaDoc resources in directory src/main/javadoc which contains several
subdirectories. So the file structure is as follows:
src/main/javadoc/foo src/main/javadoc/bar
The generated javadoc-resources jar then contains the following structure:
META-INF/ resources/ resourcesfoo/ resourcesbar/
There seems to be a directory separator missing when generating the destination directory structure.
See attached showcase as example. Generated result is already included in target/ directory.