On Thu, May 5, 2011 at 2:44 PM, Wim Deblauwe <wim.debla...@gmail.com> wrote: > 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?
You could put the modules you build less often in a profile, and activate the profile only when you need it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org