If you haven't already, I would highly suggest taking a look at the maven 2 book "Better Builds with Maven". There is a whole chapter on this topic. http://www.mergere.com/m2book_download.jsp
On Thu, 2006-05-04 at 11:31 -0400, Mark Hansen wrote: > I'm trying to understand how to best do integration testing with Maven > 2.x. I am using the pre-integration-test and post-integration-test > phases to execute a plugin goal that I wrote to deploy some EJBs to a > container. These EJBs are used in the integration test. > > Now, how do I run the tests where the current component being built > tests its interactions with these EJBs? Do I have to bind my own plugin > goal to the integration-test phase? If so, are there any plugins that > are typically used for this type of integration testing? > > Thanks, > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
