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-13 Thread pjungwir
>> >> >> >> >> ------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context:

Re: Continue Build and Site Generation on Junit failure

2006-11-07 Thread jp4
gt; "Alexandre Russel" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http

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

Re: Continue Build and Site Generation on Junit failure

2006-11-01 Thread Alexandre Russel
On Wednesday 01 November 2006 15:22, jp4 wrote: > I have a project which has many different modules and several levels of pom > abstraction. During my continuous build, maven fails the build on unit > test failure or compilation failure. I also have a nightly build with the > same behavior. I wo

Continue Build and Site Generation on Junit failure

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