gnodet commented on pull request #476: URL: https://github.com/apache/maven/pull/476#issuecomment-984805756
> So this revolves around the idea that all elements subject to a project cannot be modified while the lock is obtained, so everything else concurrently is halted? > So as far as I understand this PR is global while PR #578 is rather local? I had a closer look at both problems and proposed solutions. They are indeed related but for two different use cases. The This one #476 address the use case for synchronising between a standard lifecycle and a forked lifecycle, while #578 synchronises between a mojo execution for a given project and a mojo execution that has the _reactor_ flag set. Both are related because they both address concurrency execution between projects. I'll work on a PR that addresses both problem at the same time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
