[
https://issues.apache.org/jira/browse/MJAVADOC-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957694#comment-17957694
]
Olivier Lamy commented on MJAVADOC-332:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#629|https://github.com/apache/maven-javadoc-plugin/issues/629].
> outputDirectory is not honored as it should, but valuated to destDir.
> ---------------------------------------------------------------------
>
> Key: MJAVADOC-332
> URL: https://issues.apache.org/jira/browse/MJAVADOC-332
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.8
> Environment: WXP SP3 JDK 1.6.0_26 Maven 3.0
> Reporter: zosrothko
> Assignee: Hervé Boutemy
> Priority: Major
>
> Hi
> The outputDirectory is referencing ${destDir} instead of ${outputDirectory}
> as per following snippet extracted from AbstractJavadocMojo.java
> /**
> * Specifies the destination directory where javadoc saves the generated
> HTML files.
> * <br/>
> * See <a
> href="http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#d">d</a>.
> * <br/>
> *
> * @parameter expression="${destDir}" alias="destDir"
> default-alue="${project.build.directory}/apidocs"
> * @required
> */
> protected File outputDirectory;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)