Sri,

What's the difference between the <url> element in the <dependency> and the
URLs that we give to maven.repo.remote.

If I set the maven.repo.remote URLs to the Maven repositories where my jar
could be found, then would Maven like search one URL after another to find
the dependency jars. 

Does the <url> specified in a dependency serve as the location to search for
jars if they can't be found from maven.repo.remote


Thanks again

Vikas




-----Original Message-----
From: Sri Sankaran [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 10:57 AM
To: Maven Users List
Subject: RE: Getting dependencies from mulitple repositories

> This http://cvs.dev.com would be the URL to my tomcat server but we need a
> password to access that sever. So instead of using maven.repo.remote
> should
> I use
> 
> maven.proxy.host = cvs.dev.com
> maven.proxy.port = 8080
> maven.proxy.username = username
> maven.proxy.password = password
> 

The Maven repository must provide unauthenticated access.  Proxy settings
are required only if your repository server isn't directly accessible.  In
other words, the above settings will not help.  

> 
> Would there be any permissions issues or anything like that should be
> taken
> care of on tomcat.

You have to open access to your Maven repository hosted by Tomcat.

> 
> Thanks a lot for all ur help guys.
> 
> Vikas
> 

Sri


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

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

Reply via email to