We use the assembly plugin to put the nexus bundle together. I have a
Plugin mostly written that can do it also but it's focused on using plexus and jsw in the bundle.

--Brian (mobile)


On Dec 4, 2008, at 5:20 PM, "Siegfried Goeschl" <[EMAIL PROTECTED] > wrote:

Hi Stephan,

I doubt there is a plugin doing this directly since it is a rather
specialized task. But you can achieve the same using an Ant script
invoked by Maven (maven-antrun-plugin) and/or the
maven-assembly-plugin.  Furthermore it should be possible to add this
distribution as "attached artifact" to the Maven build

Having said that you can have a look at
http://people.apache.org/~sgoeschl/download/wikionastick/ for some
inspiration ... :-)

+) it packages JSPWiki in ready-to-use distribution ("Wiki On A Stick")
+) it creates Windows and Mac OS X native application starter as well

Hope this helps

Siegfried Goeschl

Stephan Niedermeier wrote:
> Hi,
>
> I'm searching for a Maven plugin that is able to package my webapp
> together with Jetty, for example into a Zip file. Doing it this way, I
> could use this Zip file and distribute it "all in one".
>
> As far as I know, with the ordinary maven-jetty-plugin its only
> possible to run the "embedded" Jetty within Maven, but not to bundle
> Jetty with my webapp for a "release".
>
> Any hints for me about such a plugin? My search was not successful so
> far.
>
> Thanks in advance.
>
> Regards
> Stephan
>
> ---------------------------------------------------------------------
> 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