Hi,

tools from the non Java world like automake and cmake support a
variable DESTDIR:

make install DESTDIR=...

will not install into e.g. /usr/bin but into $DESTDIR/usr/bin. Is
something similar possible with mvn? I want the artifacts to be
installed into ${destdir}/${settings.localRepository} instead of
${settings.localRepository}.

And BTW, can the localRepository be set from the command line? Something like

mvn <phase> -Dsettings.localRepository=/my/local/repo

does not seem to work...


Cheers,
Torsten

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

Reply via email to