Re : Add an argument to jar plugin

2010-05-31 Thread Julien HENRY
d'origine > De : Stephen Connolly > À : Maven Users List > Envoyé le : Lun 31 mai 2010, 12h 11min 28s > Objet : Re: Add an argument to jar plugin > > That would be because maven-jar-plugin does _not_ fork the jar command > but builds the jar itself On 31 May 2010 11:00

Re: Add an argument to jar plugin

2010-05-31 Thread Stephen Connolly
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 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/

Add an argument to jar plugin

2010-05-31 Thread Julien HENRY
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 com