On 09/09/2008, at 5:48 AM, Christian Edward Gruber wrote:

Hi all,

Looking at the release plans for 2.1 and 2.2 I don't see anything about addressing the big fat hairy race condition that prevents multiple maven builds on the same local repository from risking corruption of the local repo. There have been a few proposals and several JIRAs, and it's sort of keeps parallel execution of unrelated builds from working well without doing things like specifying tons of local-repositories. Any chance one of those proposals could make it into 2.1 or 2.2?

"Local Repository Separation" - the proposal is up there. I hope to work on it for 2.2, but we've got to get past one release first.



If not, would it at least be possible to shorten the race by having the wagon download things into a unique temporary directory and then doing a quick rename once the download is in place. That should reduce the problem, if not solve it anyway.

It already does this.

- Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


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

Reply via email to