newbie ques: downloading latest stable jars

2005-06-14 Thread Theodore Watson
I understand that maven will download jars from remote repositories. As I far as I can see, human intervention is required to ensure that maven builds with the latest jars from these repositories. Is there a current mechanism or future plans for automating this process, so that whenever maven

Re: newbie ques: downloading latest stable jars

2005-06-14 Thread Jake
Right now you can either: Manually set the version of the dependency to retrieve, or You can change your dependencies to be SNAPSHOT. This ensures you get the latest version (with a version of SNAPSHOT), not necessarily the latest STABLE dependency... Hope that helps... --- Theodore Watson

Re: newbie ques: downloading latest stable jars

2005-06-14 Thread Brett Porter
On 6/15/05, Theodore Watson [EMAIL PROTECTED] wrote: I understand that maven will download jars from remote repositories. As I far as I can see, human intervention is required to ensure that maven builds with the latest jars from these repositories. Is there a current mechanism or future