Posted on Sep 20, 2012 by
Massive Wombat
- Have a multi-module-layout in Maven
- Configure doclava as specified for Maven in parent POM
- Run mvn clean site
- See the site's javadoc being generated to ${project.build.directory}/site/apidocs
- The file ${project.build.directory}/site/apidocs/index.html is an empty file.
- The "real" doclava Javadoc starts in ${project.build.directory}/site/apidocs/docs/index.html.
- The maven-site-plugin will link to the empty index.html
I assume that it's just a problem of the additional "docs" folder.
Comment #1
Posted on Apr 18, 2013 by Massive KangarooI also see this problem if doclava is specified in the child module
Comment #2
Posted on Apr 18, 2013 by Massive KangarooIf you specify a destDir, then it becomes ${destDir}/docs IE: if you try to set ${project.build.directory}/site/apidocs/docs to circumvent this bug, you instead get ${project.build.directory}/site/apidocs/docs/docs
Status: New
Labels:
Type-Defect
Priority-Medium