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/31 22:59:08 UTC

Issue with maven archive plugin

I am trying to add archive

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 anyone suggest what could be wrong here ?


 -Sanju



      

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


Re: Issue with maven archive plugin

Posted by Wayne Fay <wa...@gmail.com>.
> 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).

Where in your pom.xml file did you insert this <archive> node? What is
the xpath to this node in your xml?

Wayne

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