MINSTALL-134 -

2017-08-05 Thread Karl Heinz Marbaise
Hi to all, I have taken a deeper look into the issue to remove the installation of checksums and move that to the deployment part...This means to remove the configuration for checksum generation (plus the code) in the maven-artifact-transfer component and furthermore changes in the maven-inst

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