Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Incomplete
-
Affects Version/s: 2.0-beta-6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This is so completely broken that it must be fixed before another release occurs.
The maven-parent site.xml defines some images as:
<bannerLeft>
<name>${project.name}</name>
<src>http://maven.apache.org/images/apache-maven-project-2.png</src>
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maven-logo-2.gif</src>
</bannerRight>
The site plugin somewhere along the line replaces these urls with ../../ repeated based on how far down the inheritence tree you are from maven-parent. This means you can't stage or deploy a site to a different location than the maven-parent because all urls will point back to maven-parent's /images. Worse, every module has its own copy of the css and images so there's no reason for it to depend on the parent at all.
Issue Links
| This issue relates to: | ||||
| MSITE-273 | Wrong url in banner left url when page has more 2 sub directories |
|
|
|
I have the same problem. I really need to get this working. Is there any known work around for this that I can use until it is fixed?