[
https://issues.apache.org/jira/browse/MJAVADOC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957479#comment-17957479
]
Olivier Lamy commented on MJAVADOC-84:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#531|https://github.com/apache/maven-javadoc-plugin/issues/531].
> destDir not used when generating a site
> ---------------------------------------
>
> Key: MJAVADOC-84
> URL: https://issues.apache.org/jira/browse/MJAVADOC-84
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Frank Cornelis
> Assignee: Siveton Vincent
> Priority: Major
> Fix For: 2.1
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)