Alright, I have this owrking minus I can't seem to set the final name of my
zipped assembly.

It seems that the assembly name concat's the <finalName> tage with the <id>
tage of my assembly file.  I want to call it <something>.zip, how do I do
this?  If I leave off final name and just use ID, that doesn't work, if I
use <finalName> but no ID, then I get name-null.zip.

Thanks!

-aps

On 9/22/06, Alexander Sack <[EMAIL PROTECTED]> wrote:

Okay found the thread (again my bad Wayne)...thanks Valerio...

However, just like the last thread, this seems like a very awkward way of
handling it (an assembly plugin to just assemble binaries and various
files.  I mean one of the anchor item features of maven is its dependency
handling.  Be nice to exploit that to just include the dependencies I need
like the WAR and EAR plugins via some scope parameter, no? :D

The POmstrap is cool but not acceptable for production (adding an external
jar to run a jar....uggh).

-aps

On 9/22/06, Valerio Schiavoni <[EMAIL PROTECTED]> wrote:
>
> Hello Alexander,
>
> On 9/22/06, Alexander Sack <[EMAIL PROTECTED]> wrote:
>
> > I'm trying to build an executable jar and I want to include some of
> the
> > dependencies of my project in the jar itself for runtime.  Is there a
> > way to  do this?
> >
>
> try to use the assembly plugin:
> http://maven.apache.org/plugins/maven-assembly-plugin/
>
> --
> http://valerioschiavoni.blogspot.com
> http://jroller.com/page/vschiavoni
>
>


--
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson




--
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson

Reply via email to