Re: How to make Continuum ignore the failed junit tests and continue with the build?

2008-02-07 Thread L. J.
-Dmaven.tests.ignore.failure=true On Feb 7, 2008 1:00 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: 1. Even though the build was not complete because of the failed junit tests in on of the sub modules, Continuum sent an email indicating the build is successful as follow: [continuum]

RE: How to make Continuum ignore the failed junit tests and continue with the build?

2008-02-07 Thread Tawfik, Sameh E
Thanks, -Original Message- From: L. J. [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 1:11 PM To: [EMAIL PROTECTED] Subject: Re: How to make Continuum ignore the failed junit tests and continue with the build? -Dmaven.tests.ignore.failure=true On Feb 7, 2008 1:00 PM,

RE: How to make Continuum ignore the failed junit tests and continue with the build?

2008-02-07 Thread Tawfik, Sameh E
Unfortunately, the -Dmaven.tests.ignore.failure=true parameter does not seem to have any effect on the build! So, is there is something I need to define in pom.xml to activate this feature, or something else? I'm using: Maven version: 2.0.7 Java version: 1.6.0_01 Os name: Windows 2003