Details
Description
The current site doesn't provide enough information. It would be very nice to have some of the dynamic created pages based on the pom as they are supplied by the site-plugin. Since qdox uses xsite to generate the website I had to find a way to make some of the project-documentation pages available. I'd come pretty far. I added a new (let's say empty) template for the site-reports, ready to be picked up by xsite.
But there's a small issue here: xsite expects it's pages in src/site/content, but the site-plugin already generated them somewhere under target. A bad solution would be to set the outputdirectory of the site-plugin to src/site/content.
Added a patch to start with for those who think they can help me.
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | qdox-site.patch [ 42975 ] |
Robert Scholte
made changes -
Fix Version/s | 1.10 [ 15020 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Robert Scholte [ rfscholte ] | |
Resolution | Fixed [ 1 ] |
revision 612 contains commits for the new website. It's a mixture with the best of both worlds: reports are dynamically generated and xsite can decorate these pages.
It's a huge step forward, but there are still some small issues, so I won't close this issue yet.