Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It seems that access to local Maven repository is not concurrent-safe that is multiple Mavens running in parallel may damage contents of local Maven repository. It would be a nice improvement, because sharing of local repository will lower the need for contacting any other repository. I know that Maven proxy can be used, but that adds another layer which may unnecessarily stress the machine it runs on.
Issue Links
| This issue is duplicated by: | ||||
| MNG-3655 | Allow multiple local repositories |
|
|
|
| MNG-4071 | Support additional read-only local repositories |
|
|
|
| This issue relates to: | ||||
| MNG-4706 | Multithreaded building can create bad files for downloaded artifacts in local repository |
|
|
|
| This issue is depended upon by: | ||||
| CONTINUUM-265 | Concurrent builds |
|
|
|
| MNG-3204 | Parallel dependency fetching |
|
|
|
| MNG-3004 | Allow build lifecycle to execute projects in parallel |
|
|
|
John, you were recently fixing this in 2.1 i believe