overriding central repository

2020-12-30 Thread De Mello, Paul
Hi, I hope this is the right place to ask this. I have overridden the central repository in my pom (with a corporate artifactory repo). On a clean .m2, when I run mvn package, all of my dependencies download from this artifactory repo. Perfect. During this process all of the

RE: overriding central repository

2020-12-30 Thread De Mello, Paul
Ok, that's fine, I can change the approach. Overriding central through settings.xml works great. So, is it that any overriding of repos, through poms, is bad, (say if I define a "hello" repo in a parent pom, then override it in a child pom). Or is this strictly about central? Thanks, Paul

Re: overriding central repository

2020-12-30 Thread Michael Osipov
Am 2020-12-30 um 18:07 schrieb De Mello, Paul: Ok, that's fine, I can change the approach. Overriding central through settings.xml works great. So, is it that any overriding of repos, through poms, is bad, (say if I define a "hello" repo in a parent pom, then override it in a child pom). Or

Re: overriding central repository

2020-12-30 Thread Michael Osipov
Am 2020-12-29 um 20:04 schrieb De Mello, Paul: Hi, I hope this is the right place to ask this. I have overridden the central repository in my pom (with a corporate artifactory repo). On a clean .m2, when I run mvn package, all of my dependencies download from this artifactory repo. Perfect.