[ https://jira.codehaus.org/browse/MJAVADOC-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=293626#comment-293626 ]
Paolo Compieta commented on MJAVADOC-332: ----------------------------------------- Happens also on Ubuntu: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Java version: 1.6.0_26, vendor: Sun Microsystems Inc. Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-32-generic", arch: "amd64", family: "unix" > outputDirectory is not honored as it should, but valuated to destDir. > --------------------------------------------------------------------- > > Key: MJAVADOC-332 > URL: https://jira.codehaus.org/browse/MJAVADOC-332 > Project: Maven 2.x Javadoc Plugin > Issue Type: Bug > Affects Versions: 2.8 > Environment: WXP SP3 JDK 1.6.0_26 Maven 3.0 > Reporter: zosrothko > > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira