Setting up the development environment
This may seem as a one time thing to do, but actually it isn't. Somebody adds a new dependency, e.g. to a JMS queue, : it need to be set up and configured. Somebody makes changes in the db, and : you probably have to update your db manually. There is a change in the Maven pom-files: the IDE project files need to be recreated which probably erases some of your settings.
If you have more than one computer you develop on, and all of this needs to be done for each computer.
If I could press a button that made sure everything was up-to-date it would be wonderful.
