You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Mirabito, Massimo" <MC...@CDC.GOV> on 2004/08/16 14:03:39 UTC

Multiple URLs for issue tracking

Some of our projects have more that one issue tracking system. Is there
a way to include multiple URLs in the project.xml file for the
<issueTrackingUrl> tag?

I tried several ways but it does not work.

1)
  <issueTrackingUrl>
  	http://server1:8080
  	http://server2:9999
  </issueTrackingUrl>

2)
  <issueTrackingUrl>http://server1:8080</issueTrackingUrl>
  <issueTrackingUrl>http://server2:9999</issueTrackingUrl>


Thanks in advance for any help

Max


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Multiple URLs for issue tracking

Posted by Dion Gillard <di...@gmail.com>.
There is only support for a single issueTrackingURL at present

On Mon, 16 Aug 2004 08:03:39 -0400, Mirabito, Massimo <mc...@cdc.gov> wrote:
> Some of our projects have more that one issue tracking system. Is there
> a way to include multiple URLs in the project.xml file for the
> <issueTrackingUrl> tag?
> 
> I tried several ways but it does not work.
> 
> 1)
>   <issueTrackingUrl>
>         http://server1:8080
>         http://server2:9999
>   </issueTrackingUrl>
> 
> 2)
>   <issueTrackingUrl>http://server1:8080</issueTrackingUrl>
>   <issueTrackingUrl>http://server2:9999</issueTrackingUrl>
> 
> Thanks in advance for any help
> 
> Max
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org