[m2] multiple repository confusion

2005-09-27 Thread andrew
Maven version: 2.0-beta-2 Hi, I am having some trouble getting m2 repositories to work as I expect. Not sure if the problem is with my configuration, or my expectation :) I can download plugins and dependencies from the main maven/ibiblio repositories to my local (~/.m2/repository) repository

Re: [m2] multiple repository confusion

2005-09-27 Thread Brett Porter
On 9/28/05, andrew [EMAIL PROTECTED] wrote: Where I am having trouble is if I have a dependency that is not available on the central maven/ibiblio repository, or my local repository, but is available on my deployment repository. For example, when a colleague deploys a project that I do not

Re: [m2] multiple repository confusion

2005-09-27 Thread Saleem Shafi
Thanks for the tip, but it didn't quite work.. i wasn't sure if you meant that i should delete just the RELEASE value/element or the entire file.. i did both but neither worked, the value/file just came right back.. what did seem to work was replacing the RELEASE value with '1.0-alpha-3', the

Re: [m2] multiple repository confusion

2005-09-27 Thread andrew
Brett Porter wrote: Finally, the profile you have below should also work (you need to be able to add this on some occasions - specifically when the parent that specifies the repository to use is actually in the repository). I think what you are lacking is a line to activate the profile.