RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Bram de Kruijff
, just add a 'clean_respository.bat' if it bothers you I'd say ;) cheers, Bram > -Original Message- > From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 1:10 PM > To: Maven Users List > Subject: RE: How to disable crea

Re: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Nick Stolwijk
I don't think that is a problem. Hard disks don't cost that much anymore (My local repository is now around 500 MB). The jars in the repository are all versioned. (as in, Maven2 automagically takes the right one, i.e. a specific version if you define that in your POM or a latest version availab

RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Sharma, Jaikumar
Thanks Nick, But don't you think that, placing tonns of dependencies / plugins on every developer machine is not a sound idea ? Being the fact that theses depedencies / plugins are alreay available on intranet repository, why not a mechanism on demand. Yes, If there is no way, and we want to maven

RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Adrian Shum
Regards, Adrian -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 6:50 PM To: Maven Users List Subject: Re: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ? I tried to say, that the programs run by

RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Sharma, Jaikumar
give some pointers on this ? Regards. -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 4:20 PM To: Maven Users List Subject: Re: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ? I tried to

Re: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Nick Stolwijk
I tried to say, that the programs run by Maven2 needs the jar files locally. i.e. when you use Maven to compile something it calls javac with a classpath set to the jar files specified in your POM. Javac uses the classpath to locate the jar files and as far as I know, Javac can't work with remo

RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Sharma, Jaikumar
Does it mean that maven2 can not retrieve artifacts (jars etc) from remote repositories ? Or something else ? Regards. -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 4:07 PM To: Maven Users List Subject: Re: How to disable creation of cac