Martin,

Try using http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/
to package up your application for execution and to automatically create the
script files to start the application. You could then use the
exec-maven-plugin to run the generated script files to start your
application.

Regards,

Greg Jones

-----Original Message-----
From: Steve Wells [mailto:[EMAIL PROTECTED] 
Sent: Monday, 29 January 2007 9:51 AM
To: Maven Users List
Subject: Re: Searching for "maven start plugin"?

Try this:
http://mojo.codehaus.org/exec-maven-plugin/introduction.html


On 29/01/07, Martin Bengl <[EMAIL PROTECTED]> wrote:
>
> hello folks,
>
> building java apps with maven is fun. but i'm asking myself if there 
> is a way to execute artifacts with maven using the dependency 
> information (from pom.xml)  to build the runtime classpath.
>
> i create some SWT application with maven and would like to do some 
> "mvn start" in the applications root directory (there is the pom.xml). 
> So i need not write a bash script for executing the programm.
>
> Is there a way to do this?
> Do you know such a plugin?
>
> Cheers
> martin
>
> ---------------------------------------------------------------------
> 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