Re: How do I suppress archiver Manifest.mf entries?

2006-09-20 Thread Max Bowsher
Karl Uppiano wrote: WebLogic 9.2 does not like the manifest entries… Extension-Name: Specification-Vendor: Implementation-Vendor: Implementation-Title: Implementation-Version: …in the manifest unless I implement the WebLogic SSPI interfaces, which is not on our schedule. I would

RE: How do I suppress archiver Manifest.mf entries?

2006-09-20 Thread Karl Uppiano
Message- From: Max Bowsher [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 3:26 AM To: Maven Users List Subject: Re: How do I suppress archiver Manifest.mf entries? Karl Uppiano wrote: WebLogic 9.2 does not like the manifest entries… Extension-Name: Specification-Vendor

Re: How do I suppress archiver Manifest.mf entries?

2006-09-20 Thread Wayne Fay
. Regards, Karl -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 3:26 AM To: Maven Users List Subject: Re: How do I suppress archiver Manifest.mf entries? Karl Uppiano wrote: WebLogic 9.2 does not like the manifest entries… Extension

How do I suppress archiver Manifest.mf entries?

2006-09-19 Thread Karl Uppiano
WebLogic 9.2 does not like the manifest entries… Extension-Name: Specification-Vendor: Implementation-Vendor: Implementation-Title: Implementation-Version: …in the manifest unless I implement the WebLogic SSPI interfaces, which is not on our schedule. I

Re: How do I suppress archiver Manifest.mf entries?

2006-09-19 Thread Wayne Fay
Suppress them by providing your own MANIFEST.MF file rather than allowing Maven to create one for you. It should work, unless Maven utilizes your file as a base and then adds its own entries, unsure off the top of my head if it does this or not, would be easy to test. Wayne On 9/19/06, Karl