Pros:
- Automatic dependency management
- Utilizes convention over configuration (enforces consistent project directory structures)
- Projects that use maven can be built in minutes
- Excellent support for standard java/JEE project builds
- Works well in a team environment (supports "team" configurations)
- Built in release/versioning concepts
- Integrates with popular Java IDEs
- Growing support in java OSS community
Cons:
- Steep learning curve (esp. compared to Ant)
- Poor online documentation (the new book is excellent though)
- Sometimes surprising behavior
- Very java-centric
- XML configuration driven
