Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 2.1.2
-
Component/s: dependencies
-
Labels:None
-
Number of attachments :
Description
Due to r675941 the dependency report uses ArtifactResolver.resolveAlways() instead of ArtifactResolver.resolve(). Usage of the former method wipes out the caching effect of the local repository, thereby producing massive amount of exceptions during offline mode and more severely causing high network traffic that slows down the build.
Issue Links
- is duplicated by
-
MPIR-161
Multi-module site integration continually redownloads dependencies
-
Fixed in r789085.