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 doesn’t 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 doesn’t 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
