I have similar issue as Wendy, and inherited = false did not do the trick.
I use custom assembly (format=dir), no descriptorRef in configuration, and I still get jar with dependencies built. I can see logs, result jar and a lot of time spent to build it.. in my case it's even cheaper to have descriptorRef = bin added, to avoid jar-with-dependencies. Wayne Fay wrote: > > <plugins> > <plugin> > ... > <inherited>false</inherited> > </plugin> > -- View this message in context: http://www.nabble.com/how-to-disable-jar-with-dependencies-when-assembly--tp18847342p20008492.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
