On 7/6/07, Milos Kleint <[EMAIL PROTECTED]> wrote:
Like define a unique local repo for the project, to prevent local repository cross-pollination by other maven projects built on the same machine.
FWIW, I haven't tried it yet, but you should be able to do that fairly easily with Continuum by adding -Dmaven.repo.local=/path/to/separate/repo to the arguments. Or even -s /path/to/alt-settings.xml if you want completely different settings. (I went through an exercise recently trying to figure out how to make sure "official builds" don't use anything in the 'sandbox' repository, but only the approved third-party artifacts.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
