Can "changelog-maven-plugin" give me a report about junit testing containing author information? I was thinking this should be the responsiblity of "surefire-report-maven-plugin".
2006/3/23, Subhash Chandran <[EMAIL PROTECTED]>: > > The requirement regarding daily build is satisfied using the Continuum > project: > > http://maven.apache.org/continuum/ > > This is a continuous integration server. > > Regarding the detail regarding who has committed what, we have the > changelog-maven-plugin: > > http://mojo.codehaus.org/changelog-maven-plugin/ > > Regards, > Subhash. > > On 3/23/06, Allen Young <[EMAIL PROTECTED]> wrote: > > > > 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. > > > >
