ok - but there are standard plugins (I assume defined in the super pom), and
plugins that have to be detailed in the project's pom.xml.  This is
functionality that really should be in a standard plugin

Alex

On 7/30/06, Mike Perham <[EMAIL PROTECTED]> wrote:

Maven has no standard goals.  _Everything_ is a plugin.

-----Original Message-----
From: Alex Turner [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 30, 2006 5:54 PM
To: Maven Users List
Subject: Re: Including dependencies in final JAR

Not to ask a stupid question, but why should I have to use a plugin for
this?  This is standard functionality that many projects require.
Shouldn't
this be part of the standard maven goals?

Alex

On 7/30/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Yes, it sounds like you want a Jar...
>
> Search the user list for assembly plugin plus jar-with-dependencies
> parameter.
>
> Wayne
>
> On 7/30/06, Alex Turner <[EMAIL PROTECTED]> wrote:
> > Looking at it now, I think what I want is a JAR not an EAR.  I have
a
> stand
> > alone app that is fired from cron.
> >
> > Alex
> >
> > On 7/30/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> > >
> > > Depends entirely on what you're building...
> > >
> > > Do you want an EAR (for J2EE app) or a JAR (for various other
types of
> > > apps)?
> > >
> > > Wayne
> > >
> > > On 7/30/06, Alex Turner <[EMAIL PROTECTED]> wrote:
> > > > Okay - I just realised something - maybe what I'm trying to do
is
> wrong
> > > > here... do I really want an ear file instead?
> > > >
> > > > Alex
> > > >
> > > > On 7/30/06, Alex Turner <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > How do I tell maven to include my dependency jars in my final
jar
> > > file?
> > > > >
> > > > > I am referencing
> > >
>
http://maven.apache.org/guides/introduction/introduction-to-dependency-m
echanism.html
> > > > > , but none of the scopes described seems to do that.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Alex.
> > > > >
> > > >
> > > >
> > >
> > >
---------------------------------------------------------------------
> > > 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