Own javadocs are not deployed in multi project environment
----------------------------------------------------------
Key: MJAVADOC-291
URL: http://jira.codehaus.org/browse/MJAVADOC-291
Project: Maven 2.x Javadoc Plugin
Issue Type: Bug
Affects Versions: 2.7
Environment: RHEL 5.4, WinXP
Reporter: Thomas Reitz
Priority: Critical
Attachments: jtest.zip
It is possible to use options like <overview> and <javadocDirectory> in a
single module project. As soon as those parameters are used in a multi-project
environment the functionality no longer works.
Our own documentation written down in package.html and overview.html are not
included in the javadoc report.
mymodule
+---src
+---main
¦ +---java
¦ ¦ +---com
¦ ¦ ¦ +---mycompany
¦ ¦ ¦ +---myapp <---- package containing
package.html
¦ ¦ ¦ +---api <-+
¦ ¦ ¦ ¦ +---doc-files <---- directory containing
media files referenced in
¦ ¦ ¦ +---doc-files <-+ package.html or
*.java files
¦ ¦ ¦ +---spi
¦ ¦ ¦ +---doc-files
¦ ¦ +---resources
¦ +---javadoc <---- place of
overview.html for package myapp
¦ ¦ +---com
¦ ¦ ¦ +---mycompany
¦ ¦ ¦ +---myapp
¦ ¦ ¦ +---api
¦ ¦ ¦ +---doc-files
¦ ¦ +---doc-files
¦ ¦ +---resources
¦ +---resources
+---test
+---javadoc
+---com
¦ +---mycompany
¦ +---myapp
¦ +---doc-files
¦ +---resources
¦ +---spi
¦ +---doc-files
+---resources
--
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