Apache Maven
build-tools build-tool
Build and dependency management tool for Java
Pros and Cons
Ventajas
- + Industry standard for Java
- + Extensive plugin ecosystem
- + Convention over configuration
- + Transitive dependency management
Desventajas
- - XML can be verbose
- - Slow compared to Gradle
- - Steep learning curve
Casos de Uso
- Build Java projects
- Dependency management
- Generate project reports