It is just a proposal about the structuration of the external tool links !

Maven have a way to provide a link to an issueTracking in project. And 
there is a link to Wiki in the navigation.xml too.
Maybe it should be a good thing to have an external tool page in the site 
which could be describe in project.xml as the <issueTrackingUrl>. In fact 
I think it is a bit strange to have this url in project.xml and a wiki 
link in an other file. They may be regrouped in an entry in the 
project.xml because they have only a description and an url ?

Something like :
<extrernalTool>
  <tool>
    <description>Issue Tracking</description>
    <url>http://jira.codehaus.org/BrowseProject.jspa?id=10030</url>
  </tool>
  <tool>
    <description>Wiki documentation</description>
    <url>http://wiki.codehaus.org/maven</url>
  </tool>
</extrernalTool>

It could be a good and generic way to integrate external tools in the 
menu, don't you think so !

Nicolas

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

Reply via email to