destDir not used when generating a site
---------------------------------------

                 Key: MJAVADOC-84
                 URL: http://jira.codehaus.org/browse/MJAVADOC-84
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
            Reporter: Frank Cornelis


When I run 'mvn site' I want to generate javadocs for my library. Since I have 
multiple versions of my library, I also want to keep old javadocs, for previous 
versions of my library, available on the site.
For this I use the destDir configuration parameter, which I set to 
${project.build.directory}/site/apidocs-${project.version}. That way the 
javadocs indeed get generated under, for example, apidocs-1.3-SNAPSHOT, but the 
generated site still points to the empty apidocs directory.

-- 
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