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
Post a Comment