On Tue, Oct 20, 2009 at 8:23 PM, Nick Stolwijk <[email protected]> wrote: > Or instruct your CI server to do the SNAPSHOT builds and deploy them to your > repository manager. That way you only build what you change and retrieve the > latest from the repository manager.
The downside to this approach is that you need to run the maven command at the correct level in your build hierarchy. It's often faster to have a command window open at the project root and re-run mvn install all the time. You could try M2Eclipse to speed up your IDE development, or as previous posts say using the reactor plugin, but thats more typing. So you have to trade of ease with speed. p.s You do get up and walk around every 60 minutes for OH&S dont you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
