Hi, Suppose the following multimodule project
project + client-common + client-gui + server-common + server-api + server + installer + installer-gui I want to run the build up to the 'server' module, but not run the installer and installer-gui modules. What would be the easiest way to do this in Maven 3? In Maven 2, i used the reactor plugin for it. Is this still the best way or is there a better/easier way in Maven 3? regards, Wim
