On 29 August 2012 14:14, Thomas Broyer <t.bro...@gmail.com> wrote: > On Wed, Aug 29, 2012 at 12:43 PM, TarunKhandelwal > <tarunkhandelwa...@gmail.com> wrote: > > Hi Brian, > > > > Can you please elaborate what you meant because when i tried with > packaging > > jar everything worked fine, but with par file its not working. > > It looks like the maven-par-plugin (hence par packaging) is all about > bundling a "set of dependencies" > (http://blog.springsource.org/2009/06/24/maven-par-plugin-100m1/ and > http://git.springsource.org/maven-par-plugin) so you'd have to make 2 > Maven projects/modules: one with packaging JAR, and one with packaging > PAR that depends on the first one and the necessary dependencies to be > bundled in the PAR archive. > > That is the Maven Way... one primary artifact per module
> -- > Thomas Broyer > /tɔ.ma.bʁwa.je/ <http://xn--nna.ma.xn--bwa-xxb.je/> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >