Re: maven-release-plugin and signing artifacts

2017-08-08 Thread Robert Scholte
On Sat, 05 Aug 2017 22:05:22 +0200, Karl Heinz Marbaise wrote: Hi Robert, On 04/08/17 10:55, Robert Scholte wrote: Hi Karl Heinz, this can happen when the plugin configuration contains a fixed value for arguments, i.e -Dkey=value If you want arguments to be extended via commandline arg

Re: maven-release-plugin and signing artifacts

2017-08-05 Thread Karl Heinz Marbaise
Hi Robert, On 04/08/17 10:55, Robert Scholte wrote: Hi Karl Heinz, this can happen when the plugin configuration contains a fixed value for arguments, i.e -Dkey=value If you want arguments to be extended via commandline argument, you need to do this: -Dkey=value ${arguments} Tha

Re: maven-release-plugin and signing artifacts

2017-08-04 Thread Robert Scholte
Hi Karl Heinz, this can happen when the plugin configuration contains a fixed value for arguments, i.e -Dkey=value If you want arguments to be extended via commandline argument, you need to do this: -Dkey=value ${arguments} Robert On Thu, 03 Aug 2017 19:57:10 +0200, Karl Heinz Ma

maven-release-plugin and signing artifacts

2017-08-03 Thread Karl Heinz Marbaise
Hi, I have tried to make a release of the plexus-utils and was faced with a problem...which I currently don't understand... I have started the release with: mvn -Darguments='-Dgpg.keyname=kama' release:prepare release:perform So I thought the gpg.keyname property will be given to the called