Hi, Holger, you aren't writing how you do specify the "local repository path". My assumption would be that you need to use the Maven option -s or --settings and use the "localRepository" element in the given settings file, as specified by the settings XSD. [1] Is that what you are doing?
Jochen [1] http://maven.apache.org/xsd/settings-1.0.0.xsd On Thu, Nov 4, 2010 at 12:39 PM, Holger Hoffstaette <[email protected]> wrote: > > I'm trying to install a project to a given local repository path instead > of the default ~/.m2, and it just doesn't seem to work with m3 and > install-plugin 2.3.1. No matter which property I specify (all I could > find, with or without settings. or maven. prefixes :) it always installs > to the default. > Can anybody confirm whether this works or is broken with m3? > Note that I'm talking about the regular install goal, not install-file, > which was apparently fixed at some earlier point. > > Grateful for any hints. > > Holger > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- I Am What I Am And That's All What I Yam (Popeye) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
