Re: Maven 1.0.2 Updating a jar automatically

2006-07-02 Thread Arnaud HERITIER
If your jar is a SNAPSHOT, maven will automatically download the one from your company repository if this one is more recent than the one in your local repository. Arnaud On 6/28/06, Matt Campbell [EMAIL PROTECTED] wrote: Hello, all my projects pull in a jar file that is stored on my company

Maven 1.0.2 Updating a jar automatically

2006-06-28 Thread Matt Campbell
Hello, all my projects pull in a jar file that is stored on my company repository. This jar is constantly updated, and i want all the projects that build it to automatically grab the jar from the company repository rather than grabbing the one in their local repository. Is there a maven property