Re: MANIFEST.MF generation outside of jar:jar plugin

2006-06-02 Thread Steven Coco
Hi. What I'm looking for is a way to generate or manipulate the MANIFEST.MF such that it contains values from the POM, like version, etc. I can do this via the 'archive' element in the 'configuration' of the jar plugin, but this doesn't leave an artifact for use outside of the JAR, such as being

RE: MANIFEST.MF generation outside of jar:jar plugin

2006-06-02 Thread Mike Perham
probably should move to the jar plugin. -Original Message- From: Steven Coco [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 11:43 AM To: users@maven.apache.org Subject: Re: MANIFEST.MF generation outside of jar:jar plugin Hi. What I'm looking for is a way to generate or manipulate

MANIFEST.MF generation outside of jar:jar plugin

2006-06-01 Thread Beyer,Nathan
Is there any currently available mechanism to generate a MANIFEST.MF file outside of the jar:jar goal? What I'm looking for is a way to generate or manipulate the MANIFEST.MF such that it contains values from the POM, like version, etc. I can do this via the 'archive' element in the