What about this including a few mojos for doing container driven testing? I am not very conversant with how you can do container driven testing in openejb (need to read alexander's articles). However a maven plugin using which your ejbs will be tested during the build process would be nice option to have.
Regards Manu On Wed, Mar 5, 2008 at 7:06 AM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 4, 2008, at 1:05 PM, Karan Malhi wrote: > > > Is there a maven plugin for OpenEJB , Something on the lines of > > Jetty and > > tomcat plugins for maven. If not, then I would like to write some > > Mojo's > > with atleast deploy and redeploy goals. I am not sure if such a > > plugin is > > even required, but I am just thinking that it is one of the ways to > > integrate OpenEJB with IDE's since most of the IDE's support maven. > > Not required in a strict sense as we work like an embedded database > (add to classpath and use it normally through the > LocalInitialContextFactory), but a plugin could be neat. > > -David > >
