This message was deleted.
# community-support
s
This message was deleted.
v
While you actually should not use it at all. 😄 If you only define it as sole repository, nothing else will be used.
i
A bit more context: I have a dependency that I am releasing to
mavenLocal
repository for testing. Since this is a test code I am always taking the "currently" released dependency using dynamic dependency versions. Sometimes this may clash with
mavenCentral
repository resolution. (kind of ignore whatever is in in maven central) ? BTW I would remove
mavenCentral
from my project, but I need other dependencies from there.
v
You can even do it on a per-dependency basis with "exclusiveContent" or how it was called
Ah, yeah, then the "exclusiveContent" thing is what you want
i
yes, exactly what I need. thx
👌 1