[ http://jira.codehaus.org/browse/MSITE-120?page=all ]

Vincent Siveton closed MSITE-120.
---------------------------------

    Resolution: Fixed

Already solved with MSITE-138

> 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
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Vincent Siveton
>         Assigned To: Vincent Siveton
>             Fix For: 2.0
>
>
> 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

        

Reply via email to