I have a 'master' pom file that includes multiple modules. I want maven to continue to build even if one module fails, instead of skipping the rest. Which option/configuration should I use? Thanks
Fail at end should work in your scenario.
Basic Def from Maven Specs :
--fail-at-end - if a particular module build fails, continue the rest of the reactor and report all failed modules at the end instead .
You can use the command line option:
--fail-at-end
should be your friend.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With