Try the Maven Execute Plugin at http://mojo.codehaus.org/exec-maven-plugin/.
You can start any external program or java application with it. You can even run the application JARs you created with Maven2 with it. I do that with my application.

We are talking about Maven2 do we?

Take care

Ralf

Jesse McConnell wrote:
not as yet, but the idea is floating around in the ether

http://docs.codehaus.org/display/MAVEN/Maven+Runtime

that is some thoughts that were kicked around a while back and another guy
recently checked in another plugin at mojo.codehaus.org that also takes a
stab at application launching...but the exact scenario you describe isn't
done yet...to my knowledge.  being worked on some though :)

jesse

On 4/6/06, Jochen Kuhnle <[EMAIL PROTECTED]> wrote:
Hi,

is there a component that can be used to launch application JARs
generated with maven, i.e. that allows me to run "java -jar myapp.jar",
which automatically downloads all dependencies, adds them to the
classpath and runs the application?

Regards,
Jochen


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




--
jesse mcconnell
jesseDOTmcconnellATgmailDOTcom


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

Reply via email to