You could split your config into multiple executions and define a custom skip 
property for each execution.
In a submodule you could then skip the executions you don't want (or vice 
versa) by adding the respective properties.
Skipping all enforcer rules (e.g. for a "quick" local run) is more complicated, 
but could be achieved if everything ia put in a profile that is activated by 
default. You could then opt-out of it via -P!my-profile or introduce yet 
another property for that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to