Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.8
-
Fix Version/s: 2.0.9
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Number of attachments :
Description
I ran into some issues recently with the IT tests. I use a mirrorof * to redirect everything to a repo manager but this is also redirecting the file based repositories. I can't think of any good reason this should apply to anything other than remote repos. I have two proposals:
1. Change maven so that file based repos ignore all mirror settings
2. Change maven so that file based repos ignore the wildcard but
will respond if the mirror specifically names it.
I can't think of any reason why a mirror should override a local repo so I suggest we go with #1.
Issue Links
- is related to
-
MNG-2865
Add <mirrorOf>*</mirrorOf> feature
-
- relates to
-
MANTTASKS-141
Using expressions in a mirrorOf element brakes the downloading of depencies
-
-
MNG-3974
New mirror syntax is not stopping on first match
-
#2 if I explicitly want to mirror a file repo I should be able to