How to fail maven build only at end? -


i have maven build has 2 modules. both modules contain failing tests. module b has dependency on module a.

i run build , let fail @ end.

the test error in module unfortunately mark module unstable , cause building of module b skipped:

[info] skipping testmaven b [info] project has been banned build due previous failures. 

is there way continue tests let maven build fail @ end? tried -fae option not change behaviour.

i avoid using -dmaven.test.failure.ignore=true if possible.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -