try checking the maven-mevenide-plugin, it includes various means of running and debugging an application.
http://mevenide.codehaus.org/maven-mevenide-plugin/goals.html Regards Milos Kleint On Thu, 10 Mar 2005 17:47:21 -0800, Tony Johnson <[EMAIL PROTECTED]> wrote: > HI, can anyone point me to a plugin which will let me run console style > programs which have been built using maven? I.e. instead of: > > set CLASSPATH=whatever > java my.package.Class some args > > I would like to be able to simply type (something like): > > maven run my.package.Class some args > > Or is there some better way of achieving the same result? > > Thanks, Tony Johnson > > --------------------------------------------------------------------- > 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]
