RE: Signing jars before deployment

2004-05-04 Thread Göschl,Siegfried
Hi Yoway, A postGoal name=jar:jar might solve the problem Cheers, Siegfried Goeschlö -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Montag, 03. Mai 2004 20:05 To: [EMAIL PROTECTED] Subject: Signing jars before deployment Does anyone know of a good way to

RE: Signing jars before deployment

2004-05-03 Thread Yoway . Buorn
I just wrote a goal based on the code for jar:deploy. I copied the contents of the goal and then inserted a signjar right before deploying. If anyone is interested here is the code: maven:user-check user=${maven.username}/ attainGoal name=jar:jar/ property

Re: Signing jars before deployment

2004-05-03 Thread Kees Jongenburger
On Monday 03 May 2004 20:55, [EMAIL PROTECTED] wrote: I just wrote a goal based on the code for jar:deploy. I copied the contents of the goal and then inserted a signjar right before deploying. If anyone is interested here is the code: Hi I don;t know what you are trying but have you looked