Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.8
-
Fix Version/s: None
-
Labels:None
-
Environment:WXP SP3 JDK 1.6.0_26 Maven 3.0
-
Number of attachments :
Description
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;
Activity
Herve Boutemy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Not A Bug [ 6 ] | |
| Assignee | Herve Boutemy [ hboutemy ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |