You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/02 16:47:20 UTC

[GitHub] [maven] gnodet commented on pull request #476: [MNG-7156] Parallel build can cause issues between clean and forked g…

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org