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?
- Maven 1.0.2 Updating a jar automatically Matt Campbell
- Re: Maven 1.0.2 Updating a jar automatically Arnaud HERITIER