Re: Problems with JarSignMojo

2006-03-06 Thread Pablo
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

Re: Problems with JarSignMojo

2006-03-05 Thread Brett Porter
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

Problems with JarSignMojo

2006-02-22 Thread Pablo
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