On 7 March 2013 10:59, Warner Onstine <[email protected]> wrote: > The plugin wipes the db clean from test data and preps it for integration > testing.
Remember that each "module" is a self contained artifact (usually a jar). So if you are doing integration testing, you probably need to have build your entire stack before you could run anything. The usual way is to have a separate integration testing module which depends on the appropriate artifacts, then configure your plugin there at the appropriate phase (say initialize). Then you dont need anything in your parent at all. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
