Maven jarsigner plugin does not work during release

2012-05-22 Thread Michael Elman
Hi, I'm getting a weird problem, when I try to sign a jar during the project's release. I define the plugin like this:       plugin             groupIdorg.apache.maven.plugins/groupId             artifactIdmaven-jarsigner-plugin/artifactId             version1.2/version            

Re: Maven jarsigner plugin does not work during release

2012-05-22 Thread Michael Elman
Found the solution: http://mrhaki.blogspot.com/2008/07/passing-d-arguments-along-to-release.html On Tue, May 22, 2012 at 1:52 PM, Michael Elman tar...@gmail.com wrote: Hi, I'm getting a weird problem, when I try to sign a jar during the project's release. I define the plugin like this: