Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.2
-
Fix Version/s: None
-
Component/s: model additions
-
Labels:None
-
Number of attachments :
Description
There are times when you know a certain snapshot dependency resides only in a particular repository.
It would be nice to be able to specify the remote repository for such dependency so that Maven only connects to that repository to get it.
Although there is no build failure currently, this improvement would eliminate lots of 404 http responses and shorten build time when handling large multiproject or reactor based build.
Activity
Brett Porter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | model additions [ 10070 ] |
Brett Porter
made changes -
| Resolution | Won't Fix [ 2 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Vincent Massol
made changes -
| Workflow | jira [ 31205 ] | Maven [ 38280 ] |
Brett Porter
made changes -
| Workflow | Maven [ 38280 ] | Maven New [ 50831 ] |
we've decided against doing this, as it is not compatible with transitive dependencies. There are per project repositories, and the preferred solution is to run a repository manager like maven-proxy to be the central repository go between.