Is there a way to exclude some modules from a big reactor build, similar to -pl ?
Here are a number of ways to do it persistently:
How to exclude a module fr
comma separated module name enclosed with double quotes. eg::
mvn install -pl "!Module1, !Module2"