Images do not show in xdoc documents that are nested in sub-folders
-------------------------------------------------------------------
Key: MNG-1095
URL: http://jira.codehaus.org/browse/MNG-1095
Project: Maven 2
Type: Bug
Components: maven-site-plugin
Versions: 2.0-beta-1, 2.0-beta-2, 2.0-beta-3
Environment: jdk 1.4.2
Reporter: Mark Kuzmycz
I have the following layout
src
|- site
|-xdoc
| |-folder1
| |-folder2
|-resources
|-images
|-logo.gif
In site.xml I have the dollowing XML fragment
<bannerRight>
<src>images/logo.gif</src>
</bannerRight>
when I run the site plugin the imige shows for the xml documents in
the xdoc folder but not in folder1 or folder2
The image should show in documents found in folder1 and folder2 without needing
to resort to an absolute URL.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]