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 the

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, what

Re: testing pgpverify-maven-plugin

2021-03-11 Thread Andreas Sewe
Hi, > I just tested pgpverify-maven-plugin on maven-artifact-plugin [1]. > I was successful, really nice. I second that. Highly useful plugin and well-documented, too, which unfortunately isn't always the case. I have a few suggestions for improvement, though, which I have added to the GitHub is