You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sanju <ss...@yahoo.com> on 2011/01/28 23:13:10 UTC

Maven archive issue

I am trying to add archive configuration but that is not helping ( it is not adding/updating manifest file generated as part of the war).

<archive>
                                                           <manifest>
                                                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                                                                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                                                        </manifest>
                                </archive>    

Can someone help me why it is not adding entry to manifest.mf ?

-Sanju


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven archive issue

Posted by Stevo Slavić <ss...@gmail.com>.
Which version of maven-war-plugin are you using? Did you put
maven-war-plugin declaration in pluginManagement?

Regards,
Stevo.

On Fri, Jan 28, 2011 at 11:13 PM, sanju <ss...@yahoo.com> wrote:
> I am trying to add archive configuration but that is not helping ( it is not adding/updating manifest file generated as part of the war).
>
> <archive>
>                                                           <manifest>
>                                                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
>                                                                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
>                                                        </manifest>
>                                </archive>
>
> Can someone help me why it is not adding entry to manifest.mf ?
>
> -Sanju
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org