Hello, and thanks for the first answers I received, but I think I must precise my need.
My question is more about "is it possible, with maven out of the box, to launch some java program which is part of the dependencies of my project". I have searched through the site, documentations, ... for a goal named as "run" for example, which could be used like that : maven run -Dmaven.run.MainClass=org.hsqldb.Server and some way to pass in the command line args for the launch ... Is there something built in in maven to do that ? Some plugin I don't know for the moment, which allows to do that ? Is there some way to alternatively do that, maybe using a custom goal in maven.xml ? -----Message d'origine----- De : Felipe Leme [mailto:[EMAIL PROTECTED] Envoy� : lundi 20 d�cembre 2004 16:16 � : Maven Users List Objet : Re: maven as a tool to launch hsqldb server ? On Mon, 2004-12-20 at 12:46, Laurent PETIT wrote: > is there a way to start some main() method of a class via a maven xxx call ? Take a look on the test cases for the hibernate plugin, they use hsqldb (and hence start the server). I was thinking about writing an hsqdlb plugin some time ago, but haven't had the time to play with it though... -- Felipe --------------------------------------------------------------------- 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]
