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 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 or plugin that i could use to do this?
