That would be because maven-jar-plugin does _not_ fork the jar command but builds the jar itself
On 31 May 2010 11:00, Julien HENRY <[email protected]> wrote: > Hi, > > I would like to add a parameter to the execution of the jar command: > > "-J-Dsun.misc.JarIndex.metaInfFilenames=true" (see: > http://bugs.sun.com/view_bug.do?bug_id=2183678) > > Reading the doc of m-jar-p I don't see a way to do that. Do you know if > this is possible to give argument to the jar command like for the compiler > plugin? > > Thanks > > Julien > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
