Personally, I'd create a new subproject that only depends on the jars
you want, and run uberjar on that.

- Brett


On Thu, 9 Dec 2004 16:02:12 -0600, Eric Wood <[EMAIL PROTECTED]> wrote:
> Brette thanks, the uberjar is the closet thing to my needs but I don't want
> to copy all depedent jars into one jar what I want is one jar that contains
> the jars produced from each sub-project in the multiproject and no
> dependencies. Would I have to write something custom to do that? Would this
> logic go into into the mutliproject's project.xml or would it be a sepearte
> sub-project? Thanks- Eric
> 
> P.S
> This is a great tool.
> 
> 
> 
> ----- Original Message -----
> From: "Brett Porter" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, December 08, 2004 7:03 PM
> Subject: Re: Don't know how to do it!
> 
> > Depending on your circumstances you either want:
> >
> > http://maven.apache.org/reference/plugins/ear/
> > http://maven.apache.org/reference/plugins/uberjar/
> > http://maven-plugins.sourceforge.net/maven-javaapp-plugin/
> >
> >
> > On Wed, 8 Dec 2004 19:02:58 -0600, Eric Wood <[EMAIL PROTECTED]>
> wrote:
> > > One last thing I can't figure out is how to create one jar that wraps
> all of
> > > the other jars produced by the sub projects (using a multiproject
> setup).
> > > Currently each sub project is installed as its own jar when I do
> > > multiproject:install, now I just want to get one big jar that contains
> all
> > > of sub project jars and is versioned by the multiproject's
> <currentVersion>
> > > property. - Eric
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to