Message:

  A new issue has been created in JIRA.

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

   Assignee: 
   Reporter: Chris Rafferty

    Created: Thu, 3 Jul 2003 7:04 AM
    Updated: Thu, 3 Jul 2003 7:04 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]

Reply via email to