Commit b44db28
authored
Remove unnecessary repository preparation in metadata resolution for prefixes (#1830)
Repository should be already configured, it is too late to change configuration.
The same configuration should be used for standard operation and resolving metadata.
Example: plugins can provide unconfigured repo,
when we have configuration for mirror in settings - mirror will be used only for metadata.1 parent f5e006f commit b44db28
1 file changed
Lines changed: 1 addition & 5 deletions
File tree
- maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/filter
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | 390 | | |
395 | 391 | | |
396 | 392 | | |
397 | 393 | | |
398 | 394 | | |
399 | 395 | | |
400 | 396 | | |
401 | | - | |
| 397 | + | |
402 | 398 | | |
403 | 399 | | |
404 | 400 | | |
| |||
0 commit comments