[ http://jira.codehaus.org/browse/MSITE-120?page=all ]
Brett Porter updated MSITE-120: ------------------------------- Fix Version: (was: 2.0-beta-5) 2.0 the location is right, but this needs to be thought through. We can't have every request for /apidocs/ regenerating the javadoc. But I don't think we can do it file by file. Probably need to have the report say whether it has changes, generate based on that (compare source/destination timestamps). Generally useful anyway and would speed up site. Then need to have the site pass off to the file system version instead of trying to render it. > 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 > Assignee: 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