Because I don't use warm aven plugin, my webapp is exploded in my distribution packaging (it is one of directories located in my main distribution), so that's why I doesn't generate a war. Therefore Maven doesn't pass through the war packaging phase where it is supposed to generate the manifest
-----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Jeff MAURY Envoyé : vendredi 28 juin 2013 11:04 À : Maven Users List Objet : Re: MANIFEST.MF into assembly plugin Why don't you use the maven war plugin to generate the MANIFEST.MF with your entries ? Jeff On Fri, Jun 28, 2013 at 10:31 AM, adrien ruffie <[email protected]>wrote: > Hello all,**** > > ** ** > > I have a problem, Perhaps you know a solution.**** > > ** ** > > I have the following (in attached file) plugin to build a > distribution, with unpackaged war, and several jars (built to from the > webapp). I search to place a manifest with several information in my > unpackaged war directory into /classes/META-INF but I doesnt find how > I can generate a MANIFEST.MF and place it at this Location. I have try > to use <configuration> + <archive> + <manifest> into > maven-assembly-plugin 2.4 but doesnt work > **** > > Do you know a solution ?**** > > ** ** > > I think jar manifest as far as war manifest is generated and > integrated into jar/war archive during its packaging/zip but, we > cannot exporte get it before, to extract it to another location.**** > > ** ** > > ** ** > > Thank and best regards,**** > > ** ** > > adrien**** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
