Re: Trying to release maven-dependency-plugin

2020-03-05 Thread Pim Moerenhout
Hi Karl, I also have an update (MDEP-648) for the maven-dependency-plugin which depends on a new release of maven-artifact-transfer. Can the maven-artifact-transfer be released also, then I can complete my PR for the dependency plugin. Regards, Pim Op di 3 mrt. 2020 om 19:50 schreef Karl Heinz M

Re: Trying to release maven-dependency-plugin

2020-03-04 Thread Karl Heinz Marbaise
Hi Enrico, On 04.03.20 20:40, Enrico Olivelli wrote: Usually I put the gpg key system property in my settings.xml file. Yeah that would work too .. Do you have some odd profile enabled by your settings.xml file that disables gpg plugin? Or the apache-release profile? None of them...see t

Re: Trying to release maven-dependency-plugin

2020-03-04 Thread Enrico Olivelli
Usually I put the gpg key system property in my settings.xml file. Do you have some odd profile enabled by your settings.xml file that disables gpg plugin? Or the apache-release profile? Enrico Il Mer 4 Mar 2020, 18:41 Karl Heinz Marbaise ha scritto: > Hi, > > unfortunately I can't see that th

Re: Trying to release maven-dependency-plugin

2020-03-04 Thread Karl Heinz Marbaise
Hi, unfortunately I can't see that the artifacts are being signed somehow ? :.. Can someone enlighten me? .. Kind regards Karl Heinz Marbaise On 03.03.20 23:45, Hervé BOUTEMY wrote: Hi, My last releases were done as usual with success. The only difference I see with you is that I don't need

Re: Trying to release maven-dependency-plugin

2020-03-03 Thread Hervé BOUTEMY
Hi, My last releases were done as usual with success. The only difference I see with you is that I don't need the "-Darguments=..." part: perhaps there is an unexpected change at that level Regards, Hervé Le mardi 3 mars 2020, 19:50:28 CET Karl Heinz Marbaise a écrit : > Hi, > > currently I'm

Trying to release maven-dependency-plugin

2020-03-03 Thread Karl Heinz Marbaise
Hi, currently I'm trying to release a new version of maven-dependency-plugin but unfortunately the release process has failed cause the artifacts have not been signed... I've used the following call: mvn -Darguments='-Dgpg.keyname=KEYNAME' release:prepare release:perform I've realized that b