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