Re: Maven assembly: cut down on number of assemblies made?

2009-06-08 Thread ljnelson
BRIAN FOX-5 wrote: > > On Sat, Jun 6, 2009 at 11:37 AM, ljnelson wrote: > There is no preconfigured descriptor in the assembly config. More > likely your project is inheriting from a pom that defines this > configuration. Just redefine it and use your own descriptor. > Er, it's in the super P

Re: Maven assembly: cut down on number of assemblies made?

2009-06-07 Thread Brian Fox
On Sat, Jun 6, 2009 at 11:37 AM, ljnelson wrote: > > Hello; I've started to dive into the rather baffling world of the > maven-assembly plugin. > > I am trying to configure the silly thing so that I get one .zip file output > when I run mvn assembly:assembly.  At the moment, I get this .zip file,

Maven assembly: cut down on number of assemblies made?

2009-06-06 Thread ljnelson
Hello; I've started to dive into the rather baffling world of the maven-assembly plugin. I am trying to configure the silly thing so that I get one .zip file output when I run mvn assembly:assembly. At the moment, I get this .zip file, but I also get a .tar file, a bzip file, etc. etc. mvn help