show/hide this revision's text 3 added 228 characters in body

Apache Maven

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
show/hide this revision's text 2 added 557 characters in body

Apache Maven

Pros:

  • Automatic dependency management
  • Utilizes convention over configuration (enforces consistent project directory structures)
  • Projects that use maven can be built in minutes

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
show/hide this revision's text 1