simplist way is to build it with maven, i.e. "mvn install". then your other projects can pick it up from your local build repository, which is %HOME%\.m2\repository by default.
if you want to publish it to an internal web server, so that everyone can use it, then explore "mvn deploy". At 10:38 PM -0400 8/28/12, S Ahmed wrote: >Hi, > >I have a library that I have developed locally, and I need to reference >this library from another project. How can I store it locally on my >computer so maven picks up the dependancy? I also want to be able to store >multiple versions if possible. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
