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
7/30/06, Wayne Fay <waynefay (AT) gmail (DOT) comwrote:
Yes, it sounds like you want a Jar
Search the user list for assembly plugin plus jar-with-dependencies
parameter.
Wayne
7/30/06, Alex Turner <armtuk (AT) gmail (DOT) comwrote:
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
7/30/06, Wayne Fay <waynefay (AT) gmail (DOT) comwrote:
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
7/30/06, Alex Turner <armtuk (AT) gmail (DOT) comwrote:
- I just realised something - maybe what I'm trying to do is
wrong
here do I really want an ear file instead?
Alex
7/30/06, Alex Turner <armtuk (AT) gmail (DOT) comwrote:
How do I tell maven to include my dependency jars in my final jar
file?
I am referencing
, but none of the scopes described seems to do that.
Thanks,
Alex.
>
>
>
>
To unsubscribe, e-mail: users-unsubscribe (AT) maven (DOT) apache.org
For additional commands, e-mail: users-help (AT) maven (DOT) apache.org
>
>
>
>
>
To unsubscribe, e-mail: users-unsubscribe (AT) maven (DOT) apache.org
For additional commands, e-mail: users-help (AT) maven (DOT) apache.org
--