> ---------- Forwarded message ---------- > From: "Tawfik, Sameh E" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: Mon, 11 Feb 2008 15:43:29 -0600 > Subject: How to make Continuum continue with the build even if there are some > errors or failures? > > > I've a project that consists of few modules. When Continuum runs "mvn > test" on these modules, the build stops when one of the modules junit > tests fails or if it has some errors. > > ....... > > I tried "-Dmaven.tests.ignore.failure=true" parameter but it does not > have any effect on Continuum.
You've got the parameter's name wrong. It should be "-Dmaven.test.failure.ignore=true". See: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html -- Best Regards, Aleksander Adamowski http://olo.org.pl
