Re: Maven Assembly Plugin resolves extensions of dependencies -- is this intentional?

2021-03-12 Thread Robert Scholte
Great timing :) I've been struggling quite long to make an IT for MNG-7110 based on what maven-integration already provides. Current conclusion: if the parent is part of the reactor, I cannot reproduce it. If the parent is pre-installed, extension behaves different and I can reproduce the issue

Re: Maven Assembly Plugin resolves extensions of dependencies -- is this intentional?

2021-03-11 Thread Tamás Cservenák
Thanks Eric for confirming this. For a moment i thought am loosing my mind :) Thanks T On Thu, Mar 11, 2021, 22:07 Eric Lilja wrote: > For what it's worth, I noticed the same thing a while back when setting up > an offline system for a particular project at work. I was stunned at some > of

Re: Maven Assembly Plugin resolves extensions of dependencies -- is this intentional?

2021-03-11 Thread Eric Lilja
For what it's worth, I noticed the same thing a while back when setting up an offline system for a particular project at work. I was stunned at some of the artifacts being downloaded when invoking certain plugins. Thanks for looking into this and trying to improve the situation. - Eric L On Thu,

Maven Assembly Plugin resolves extensions of dependencies -- is this intentional?

2021-03-11 Thread Tamás Cservenák
Howdy, just a quick question, I thought someone may enlighten me... Noticed, that Maven _resolves_ and _creates extension realms_ for things I did not opt to at all. Typical example is nexus-staging-maven-plugin, that maven 3.6.3 resolves at one moment in my build, despite not using it. So,