-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-6
-
Component/s: None
-
Labels:None
See http://www.nabble.com/Site-plugin-changes%2C-site%3Arun-t1279930.html#a3400628
Seems to be a problem in the AbstractJavadocMojo for the outputDirectory variable:
@parameter expression="${destDir}" alias="destDir" default-value="${project.build.directory}/site/apidocs"
should be
@parameter expression="${destDir}" alias="destDir" default-value="${project.reporting.outputDirectory}/apidocs"