History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MSITE-205
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arnaud Heritier
Reporter: Henning Schmiedehausen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Site Plugin

maven site plugin typo prevents parent site.xml resolution from working

Created: 30/Dec/06 02:06 PM   Updated: 30/Dec/06 03:55 PM
Component/s: None
Affects Version/s: 2.0-beta-5
Fix Version/s: 2.0-beta-6

Time Tracking:
Not Specified

File Attachments: 1. File maven-site-plugin.diff (0.5 kb)



 Description  « Hide
That is an obvious typo that should be fixed. Afterwards, the site generation works correct:

With this patch:

mvn -X site
[...]
[INFO] [site:site]
[DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: src/site
[DEBUG] Reading site descriptor from src/site/site.xml
[DEBUG] Mapped url: /home/scratch/velocity/site/doxia-velocity-renderer/src/site to relative path: ../src/site
[...]

Without this patch, the site plugins opens src/site/site.xml twice. This leads to all kinds of strange behaviour like having custom powered by logos twice.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arnaud Heritier - 30/Dec/06 03:55 PM
Applied. Thx.