site:run return blank page for javadoc report
---------------------------------------------
Key: MSITE-120
URL: http://jira.codehaus.org/browse/MSITE-120
Project: Maven 2.x Site Plugin
Type: Bug
Versions: 2.0-beta-5
Reporter: Vincent Siveton
Assigned to: Vincent Siveton
Fix For: 2.0-beta-5
See
http://www.nabble.com/Site-plugin-changes%2C-site%3Arun-t1279930.html#a3400628
Seems to be a problem in the AbstractJavadocMojo for the outputDirectory
variable:
@parameter expression="${destDir}" alias="destDir"
default-value="${project.build.directory}/site/apidocs"
should be
@parameter expression="${destDir}" alias="destDir"
default-value="${project.reporting.outputDirectory}/apidocs"
--
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