Here is the scenario: Several developers check their java code (including unit tests writing in junit) into a CVS everyday. And I want to run a daily build to see if all the code can be compiled and all the unit tests are passed. If there is any error about the compiling or unit test, I want to know which developer is responsed to it. I know that using "surefire-report-maven-plugin" can generate a report including junit test result. But it seems that it doesn't contain the information about the author of the code and unit test. I also want to know how can I use Maven with CVS. Add a certain plugin?
I think this is a common wanted functionality, shall we put an article about this at Maven's home page? Regards. Allen.
