Mavenized
It's almost two months now that I use Maven every day, I have to say that it helped me a lot, I'm much more productive.
There are, indeed things that I don't like and problems but the dependency management is really sweet, the project setup too, with the archetypes.
Some good links to start if you're still not mavenized:
- Web applications with maven
- Jar Search Engine to find unresolved dependencies
- Maven Browser to browse Maven repositories
- M2 for Eclipse to integrate Maven with Eclipse