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]