Fred wrote:
Hi,

Is it possible to launch an application with maven 2.x ?
I mean is there any goal that allows users to launch an application with mvn command line ? (ex. "mvn run" runs the main class of the project).
If not, does it exist a way to do it (with some plugin or whatever) ?

Thanks for your support,

Fred.

Hello,

Try exec-maven-plugin, hosted at Codehaus Mojo project. See http://mojo.codehaus.org/exec-maven-plugin/.


cheers,

Andrius

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

Reply via email to