> is there some way to override this location?
Setting the maven.repo.local properties does the job

It is briefly documented in the jar plugin.
http://maven.apache.org/reference/plugins/jar/properties.html

You may also consider using jar:install to deploy your myjar jar locally to this 
location (so you don't care about the exact locaiton), and using a web server to store 
them for all your coworkers (Using maven.repo.remote to specify the URL)

have fun

 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to