(Maven 3.9.4)

Suppose I have failing unit tests configured via surefire plugin but I
still want to run the integration tests configured via failsafe plugin. In
default case maven stops running the lifecycle/goals when one of the
previous ones fails. How do I prevent that? The fail at end flag seems to
only continue building modules but does not continue with running
particular goals on the failing module.

Reply via email to