Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: springbeandoc
-
Labels:None
-
Environment:maven-springbeandoc-plugin-1.0.8-SNAPSHOT.jar
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
The main page for the Spring Beandoc site report appears to have two issues with it:
- the link generated in the Maven reports section of the site is named "index.html.html"
- the actual "index.html" created under site/springbeandoc is a generic Maven report template, not the main frame page created by beandoc
The fixes appear to be minor (patch attached):
- change SpringBeanDocMojo.getOutputName() to remove the ".html" extension (report generation apparently provides that)
- add an impl of MavenReport.isExternalReport() to return true.
Patch is applied and avalilable in build 1.0.8-20080406.124223-12. Please test and enjoy.