On Wed, Mar 19, 2008 at 8:01 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote:

>  The problem with this is the local repository: my X changes may
>  incorrectly commingle with my Y changes.
>
>  Can anyone suggest a way to make this work?  If possible, I'd prefer not
>  to have to login to my box as two separate users to make this work.  (FYI,
>  I'm on Windows XP.)

You can use -Dmaven.repo.local=... to specify a different local
repository on the command line.

(As you've discovered, there is no locking in the local repo, and
concurrent builds using the same local repo are not supported.)

-- 
Wendy

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

Reply via email to