Hi,
On 12/8/06, Jan Kuźniak <[EMAIL PROTECTED]> wrote:
Jukka Zitting wrote:
> Oh, bugger, you're right. It all boils down to the need to start the
> test suite with the test initialization code. Perhaps we could
> simplify that somehow...
There is an option to write Maven plugin that will execute initialisation code.
I can try to do that, however the approach with two test executions seemed
simpler for me.
Agreed, the current approach is much better than using a custom plugin.
I think I've now (as of revision 485595) solved the issue by using a
global exclude instead of <skip>true</skip> in the surefire
configuration.
BR,
Jukka Zitting