Maven is a best build tool
September 06, 2022

Maven is a best build tool

Mohammad Rashid Raza | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Maven

As a build tool, we are using Maven with our Java-based project to add the libraries and dependencies in the project. With the help of that, we need not explicitly download the various jar and put it into our project. This makes our project easy and manageable and also use a version of the project build using Maven.
  • Add and resolve dependencies
  • Create a single or multiple package for whole project code
  • Manage project versioning and metadata
  • All are fantastic, I have been using this from last 8 years
  • Build and deployemnt
  • Set project dependencies
  • Positive, it makes the developers life easier to write the code and include the frameworks and services

Do you think Apache Maven delivers good value for the price?

Yes

Are you happy with Apache Maven's feature set?

Yes

Did Apache Maven live up to sales and marketing promises?

Yes

Did implementation of Apache Maven go as expected?

Yes

Would you buy Apache Maven again?

Yes

A project that we want to manage via libraries. Import and export various libraries and classes from one project to another. Add and download the project dependencies. Project structure or folder hierarchy. Various goals and parameters for different types of builds. Everything gets handled using a simple POM.xml file.