Hi,
Have a look at the continuum-jetty pom [1].
It use appassembler-maven-plugin and assembly plugin to do this.

--
Olivier
[1] https://svn.apache.org/repos/asf/continuum/trunk/continuum-jetty/pom.xml

2008/12/4 Siegfried Goeschl <[EMAIL PROTECTED]>:
> 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]
>
>

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

Reply via email to