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

Signing jars before deployment

2004-05-03 Thread Yoway . Buorn
Does anyone know of a good way to sign jars before deploying them? I've tried writing the following goal: goal name=jar:sign attainGoal name=jar:jar/ signjar jar=${maven.build.dir}/${maven.final.name}.jar alias=milkshake storepass=frylock/

RE: Signing jars before deployment

2004-05-03 Thread Yoway . Buorn
check if any of these are set. -Original Message- From: Buorn, Yoway Sent: Monday, May 03, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Signing jars before deployment Does anyone know of a good way to sign jars before deploying them? I've tried writing the following goal: goal

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