Hi,

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 you 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>

Cheers

Chris Rafferty
Process Development Manager

Ubiquity Software Corporation
Langstone Park
Newport
NP18 2LH 

T: ++44 (0) 1633 765669
F: ++44 (0) 1633 765601
E: [EMAIL PROTECTED]
w: www.ubiquity.net
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to