I see the following plugins in my local .m2 repository:

        maven-jar-plugin 2.1
        maven-rar-plugin 2.1

I have tried providing a custom MANIFEST.MF, but it simply merges it with the 
default entries. I am packaging a RAR file, if that is significant.

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-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 like to suppress these manifest entries 
> in Maven. How do I do that?

Update your maven-jar-plugin version to 2.1 or later, which no longer 
injects these by default.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to