Why does Maven Build ignore "-f" parameter?
When I run my maven project (outside of TeamCity), without specifying "-fae", it runs all tests until the first failure, and doesn't continue to other tests.
With "-fae", it works well - however, I just found that TeamCity will not allow me to use this parameter.
Why is it not passed to the Maven runner? What can I do to resolve this?
Please sign in to leave a comment.