mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
328 stars 266 forks source link

Handle failFast configuration on maven enforcer #984

Closed julio-matarranz closed 1 year ago

julio-matarranz commented 1 year ago

Dear, Maven enforcer allows to run a rules on all submodules and failling at the end with failFast set to false. Could you handle that parameter in your code so your rules could fail only at the end ? Thank you in advance. Have a nice day ;)

slawekjaranowski commented 1 year ago

failFast options of enforcer plugin allow only control if all rules from one enforcer executions will be executed nevermind of status each separate rule.

It not controls on modules level.

https://maven.apache.org/enforcer/maven-enforcer-plugin/enforce-mojo.html#failFast

Can you give an example? Which show what you expect.

julio-matarranz commented 1 year ago

Sorry my memory misslead me. I mixed it with -fae which is only working for tests.