What are the tasks which are performed by Maven?

devquora
devquora

Posted On: Feb 22, 2018

 

All the problems which are mentioned above are simplified by Maven and it performs various tasks which are as follows:
  • A project can be easily built when using Maven.
  • A uniform build process is provided by Maven.
  • All the information regarding the project is provided by Maven. Information like- log document, cross-referenced sources, mailing list, dependency list, unit test reports, etc.
  • New features of Maven are easy to migrate.
  • Apache Maven helps in managing the following attributes-
  • Builds
  • Documentation
  • Reporting
  • SCM’s
  • Releases
  • Distribution

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Devops Maven Interview Questions

    What do you understand by maven software?

    A powerful project management tool based on project object model is known as maven software. It helps in building proje..

    Devops Maven Interview Questions

    What are some problems which we face while the development of a project when Maven is not used?

    Following is a list of some problems which we face while developing a project when Maven is not used: –Addition of ..

    Devops Maven Interview Questions

    What is the role of a build tool in Apache Maven?

    Everything which is used for building any software is handled by a build tool in Apache Maven. It is used for the follo..