Apologies if this has been answered before. I don't see an entry in the plugin page's FAQ and find it with a quick Google search. I am behind a proxy so in order to specify a TSA I need to use "-J-Dhttp.proxyHost=host -J-Dhttp.proxyPort=port" as arguments. If I use -Djarsigner.arguments="..." then it seems to enclose the whole value in single quotes on the exec'ed jarsign command, and soe the command fails. If I specify the two arguments in my pom (as an array), it works. So how do I specify multiple arguments on the command line?
↧