The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 9:47 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-544&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-544
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-544
Summary: Source X reference defaul
Type: Improvement
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-xdoc
Fix Fors:
1.1
Assignee:
Reporter: Chris Rafferty
Created: Thu, 3 Jul 2003 7:04 AM
Updated: Mon, 4 Aug 2003 9:47 AM
Description:
I would like to suggest a simple enhancement to maven xdoc plugin, could the following
line (262):
<a href="${relativePath}/xref/index.html">Source XReference</a>
be changed in the site.jsl file to
<a href="${relativePath}/xref/${mavenProject.package}/index.html">Source
XReference</a>
It's a small, but very annoying, point that you always have to navigate down your
package structure to get to your source when viewing the source X Reference.
Note: that you must also used the '/' not the '.' form of your package structure in
the project.xml's package tag e.g:
<package>stuff/otherstuff</package>
not
<package>stuff.otherstuff</package>
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]