Brett Porter wrote:
Is this MJAR-32?
Yes it is.
Jerome attached a patch which solved "verify" problem but it's still far
away from what I would call a complete JarSingMojo.
There is still an issue with making the in-place signing (read my
comments in the MJAR-32) which prevents me from usi
Is this MJAR-32?
Pablo wrote:
> Hello everyone
>
> I tried to use JarSignMojo from maven-jar-plugin trunk but with no success.
> Out of the box it's not useable.
> 1) If I set verify to true the following code is done:
>if ( verify )
>{
>JarSignVerifyMojo verify = new
Hello everyone
I tried to use JarSignMojo from maven-jar-plugin trunk but with no success.
Out of the box it's not useable.
1) If I set verify to true the following code is done:
if ( verify )
{
JarSignVerifyMojo verify = new JarSignVerifyMojo();
verify.setWork