Some idea when this fill be fixed? Running unit-tests as simple as possible - like >mvn test - is an important aspect why i use maven1/2, so its a little bit difficult to understand why even such elementary things like the test-report-generation does not work without "hacking" maven 2.0.1. :-(
- Jens -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 2:37 PM To: Maven Users List Subject: Re: [m2] junit-test-reports with surefire-report:report It's actually a bug in hte surefire report plugin, which has already been filed. It should be setting this variable automatically. - Brett On 1/11/06, Piotr Bzdyl <[EMAIL PROTECTED]> wrote: > Hello, > > [INFO] > > -------------------------------------------------------------------- > > -------- > > [ERROR] BUILD ERROR > > [INFO] > > -------------------------------------------------------------------- > > -------- > > [INFO] There are some test failure. > > > > Because of some failed junit-tests the whole maven build fails, > > withour generating any Site or report as should be!? > > Only if there are no junit-errors/failures the site and report is generated. > > > > I guess that i´am doing something definitly wrong???? > > Help needed. > > > Check: > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html, > parameter |testFailureIgnore. > > Best regards, > Piotrek > | > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
