RE: [m2] - ${localRepository} values - weired problem

2006-02-08 Thread Shukla, Sanjay
: zaterdag 7 januari 2006 23:49 Aan: Maven Users List Onderwerp: Re: [m2] - ${localRepository} values - weired problem Neither will work. You can't obtain the local repository in an expression in the POM. FWIW, you DO NOT want to include the whole local repository in your classpath. IT would be

RE: [m2] - ${localRepository} values - weired problem

2006-01-08 Thread mvdp
Onderwerp: Re: [m2] - ${localRepository} values - weired problem Neither will work. You can't obtain the local repository in an expression in the POM. FWIW, you DO NOT want to include the whole local repository in your classpath. IT would be huge. You should use the maven.[compile|runtime

Re: [m2] - ${localRepository} values - weired problem

2006-01-07 Thread Brett Porter
Neither will work. You can't obtain the local repository in an expression in the POM. FWIW, you DO NOT want to include the whole local repository in your classpath. IT would be huge. You should use the maven.[compile|runtime|test].classpath refid, and list the appropriate dependencies. - Brett O

RE: [m2] - ${localRepository} values - weired problem

2006-01-07 Thread mvdp
Hi, You need to use ${settings.localRepository}. Martin -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 6 januari 2006 20:59 Aan: Maven Users List Onderwerp: [m2] - ${localRepository} values - weired problem Hi All, I using some antrun plug