Re: counting tests in maven-invoker-plugin

2011-12-11 Thread Andrew Eisenberg
Thanks. Will do that. I was hoping for something a bit less handcrafted, but this will work. On Fri, Dec 9, 2011 at 12:10 AM, Olivier Lamy wrote: > Hello, > You can have a look at the generated report xml files in > target/invoker-reports/ > Those files will give minimals informations (status

Re: counting tests in maven-invoker-plugin

2011-12-09 Thread Olivier Lamy
Hello, You can have a look at the generated report xml files in target/invoker-reports/ Those files will give minimals informations (status of the it test and time spend on running it) HTH, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2

counting tests in maven-invoker-plugin

2011-12-08 Thread Andrew Eisenberg
Hi all, I am using the maven-invoker-plugin to test a maven plugin of mine. Things are generally working well for this. The test projects are being compiled, tested and packaged. What I need to do now is verify the number of tests run for each test project. To be more specific, for each of my t