Repository authentication when directly invoking dependency plugin

2018-11-20 Thread Pawel Veselov
Hello. I have a private Maven repository. It's defined in pom.xml of the project some.id https://some.host/artifactory/some.id In my ~/.m2/settings.xml, I have a proper authentication block: some.id pawel.vese...@domain.com {some-fancy-pass

Re: Repository authentication when directly invoking dependency plugin

2018-11-20 Thread Pawel Veselov
tings.xml. > > Hope this helps. > > Kind Regards, > Neeraj Mahajan > > On Tue, Nov 20, 2018 at 12:59 PM Pawel Veselov > wrote: > > > Hello. > > > > I have a private Maven repository. It's defined in pom.xml of the project > > > > >

How does Maven really treat "bundle" packaging type?

2022-06-20 Thread Pawel Veselov
TL;DR: Is there a way, and what is the correct one if there is, to prevent a package being downloaded from a particular repository (or lock it to being downloaded from a particular one, though I thought the answer to that one is "no")? LR: Maven 3.8.6, JDK 1.8. I've run into this strange proble

Re: How does Maven really treat "bundle" packaging type?

2022-06-20 Thread Pawel Veselov
rkaround. I'm considering uploading any dependencies I do need from JitPack directly into my own Artifactory as a workaround, but that's crazy and not long term maintainable. > > HTH > Tamas > > On Mon, Jun 20, 2022, 20:38 Pawel Veselov wrote: > > > TL;DR: > > >

Re: How does Maven really treat "bundle" packaging type?

2022-06-20 Thread Pawel Veselov
hose guys (a) host their own code on their own repository and (b) use JitPack for their dependencies. I wish people didn't do that, in general, but if wishes were horses. > On Mon, Jun 20, 2022 at 3:27 PM Thomas Broyer wrote: > > > Le lun. 20 juin 2022 à 20:38, Pawel Veselov a &g