Yeah I read about not storing the dependencies in CVS. The intranet machine that hosts my CVS repository also has a tomcat server running. So placing the jars in tomcat, arranging the dependencies in the maven specified structure and giving the url to maven.repo.remote like http://cvs.dev.com/dependencies , that's all that needs to be done.
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 Would there be any permissions issues or anything like that should be taken care of on tomcat. Thanks a lot for all ur help guys. Vikas -----Original Message----- From: Leif Nelson [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:16 AM To: Maven Users List Subject: RE: Getting dependencies from mulitple repositories In the docs... It's not recommended to use CVS to store dependencies: http://maven.apache.org/reference/user-guide.html#Storing%20JARs%20in%20CVS --Leif At 10:10 AM 10/17/2003 -0700, you wrote: >Guys, > >Thanks for ur replies. I'm new to Maven and the repository system and might >be doing something dumb. But Pls help me understand this. Whenever I have >used repositories with ant or my ide I had to specify a string like this : >:pserver:[EMAIL PROTECTED]:/home/cvspublic > >And maven.repo.remote is supposed to be supplied with regular http URLs >only. So I'm confused. What is the difference between giving values to >maven.repo.remote as URL and specifying the pserver string in the ><repository> element of the project.xml. > >My dependency jars would be located at different repository location that >have different pserver string like this: > >:pserver:[EMAIL PROTECTED]:/home/cvsbr >:pserver:[EMAIL PROTECTED]:/home/cvsGUI > >etc > > > > >Thanks > >Vikas > > > > >-----Original Message----- >From: Scott Foster [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2003 10:02 AM >To: 'Maven Users List' >Subject: RE: Getting dependencies from mulitple repositories > >Check out this section from the user guide: >http://maven.apache.org/reference/user-guide.html#Using%20Multiple%20Remote % >20Repositories > >Basically, you need to list your remote repositories separated by commas in >the maven.repo.remote property. > >-----Original Message----- >From: Vikas Phonsa [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2003 9:31 AM >To: 'Maven Users List' >Subject: Getting dependencies from mulitple repositories > > > > >Hi Guys, > >I have read on the articles on Maven website about a driver.properties file >that should be located in the bin directory under the Maven installation. I >have installed Maven1.0rc1 but no such file exists. I need to take a look at >the maven.repo.remote variable. > >I need to downloaded dependency jars from multiple repository location and >not from one centralized location. > >How can I do that ? > >Please guide. > >Vikas > >--------------------------------------------------------------------- >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] > >--------------------------------------------------------------------- >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
