Hi Chris, This is very interesting approach. Does that mean you have to actually generate stubs&sceletons in IDE before you can build with maven? How do you deploy your apps to a server in CI environment? Do you use hot deployment (then you might have timing issues) or do you not deploy at all and only do unit testing?
Regards, Siarhei On Wed, Jun 11, 2008 at 3:35 AM, <[EMAIL PROTECTED]> wrote: > Hi. > > I do not get maven to actually generate the EJB deployment code, WebSphere > itself will do it at deployment time, so I do. If nothing else, this will > give you a list of the jars that you need. >
