-
A client of mine starts to use the Maven repository integration provided by #202. Current behavior is that if the artifact is not found in the specified repo the system uses Maven central as source. Is that intended? Or should the target resolution fail?
I think both behavior would be fine, if the entry is just an additional source, we could restrict the available repository in our master pom but I assumed that the specified repo would be a hard restriction. cc @HannesWell |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Repositories specified in the target are used in addition to the "global" ones. If you want to prevent contacting Maven central (e.g. using a mirror proxy) you should configure this in the global maven settings. |
Beta Was this translation helpful? Give feedback.
Repositories specified in the target are used in addition to the "global" ones. If you want to prevent contacting Maven central (e.g. using a mirror proxy) you should configure this in the global maven settings.