Re: Continue Build and Site Generation on Junit failure

2006-11-13 Thread pjungwir
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Continue-Build-and-Site-Generation-on-Junit-failure-tf2553508s177.html#a7329947 Sent from

Re: Continue Build and Site Generation on Junit failure

2006-11-13 Thread Rahul Thakur
Have you tried passing -fn (fail never) option when you invoke a build? mvn test site -fn That should continue the build inspite of any failures. HTH, Rahul pjungwir wrote: Suppose you say this: mvn test mvn site That gives you a failure but not a site. And if you say this: mvn

Re: Continue Build and Site Generation on Junit failure

2006-11-07 Thread jp4
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Continue-Build-and-Site-Generation-on-Junit-failure-tf2553508s177.html#a7226861 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Continue Build and Site Generation on Junit failure

2006-11-02 Thread Jon SlinnHawkins
TestFailureIgnore will then result in a build success. When infact the tests failed, so the build needs to be failed. I had exeactly the same issue. We are using CruiseControl for our Continuous Integration system. Unfortunately I had to modify the CC code. It was only a minor change but it