Re: Running application from Maven

2007-12-04 Thread Lee Meador
You can also use the ant task from the ant run plugin. -- Lee On Dec 4, 2007 10:10 AM, Dirk Olmes <[EMAIL PROTECTED]> wrote: > Marco Bakera wrote: > > Hey everybody, > > > > What is the preferred way of running an application from Maven? It would > be > > very nice to have the specified (runtim

Re: Running application from Maven

2007-12-04 Thread Dirk Olmes
Marco Bakera wrote: > Hey everybody, > > What is the preferred way of running an application from Maven? It would be > very nice to have the specified (runtime) dependencies at hand such that > there is no need for further configuration of the classpath. > > I found the exec-plugin from codehau

Running application from Maven

2007-12-04 Thread Marco Bakera
Hey everybody, What is the preferred way of running an application from Maven? It would be very nice to have the specified (runtime) dependencies at hand such that there is no need for further configuration of the classpath. I found the exec-plugin from codehaus but don't know whether that is t