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