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
- is depended upon by
-
CONTINUUM-265
Concurrent builds
-
-
MNG-3004
Allow build lifecycle to execute projects in parallel
-
-
MNG-3204
Parallel dependency fetching
-
- is duplicated by
-
MNG-3655
Allow multiple local repositories
-
-
MNG-4071
Support additional read-only local repositories
-
- relates to
-
MNG-4706
Multithreaded building can create bad files for downloaded artifacts in local repository
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Reviewed [ 13555 ] |
| Fix Version/s | 2.1 [ 13142 ] | |
| Assignee | John Casey [ jdcasey ] | |
| Fix Version/s | Reviewed Pending Version Assignment [ 13555 ] |
| Link |
This issue is depended upon by |
| Fix Version/s | 3.0 [ 13142 ] | |
| Fix Version/s | 3.x [ 13145 ] |
John, you were recently fixing this in 2.1 i believe