Claus Näveke opened MSHARED-765 and commented
When using a password which contains the & character, the jarsigner plugin fails (in my case on windows), because the & is not escaped in the command line that is executed in background.
Workaround is to rewrite the password with ^& instead.
Affects: maven-jarsigner-1.4
Issue Links:
Claus Näveke opened MSHARED-765 and commented
When using a password which contains the & character, the jarsigner plugin fails (in my case on windows), because the & is not escaped in the command line that is executed in background.
Workaround is to rewrite the password with ^& instead.
Affects: maven-jarsigner-1.4
Issue Links:
MSHARED-851 & must trigger quoting in Windows
MSHARED-832 Cannot invoke maven from path with parentheses on Windows