Google News
logo
Java Maven - Interview Questions
What is Maven?
Maven is a project management tool (Introduced by Apache Software Foundation) that provides an entire framework for the build cycle. It is open-source and is mainly used for the project developed in Java.
 
Maven is driven by a Project Object Model popularly known as POM. It is the central repository for all the dependencies. It maintains the same folder convention across organizations and can be easily integrated with continuous integration tools like Jenkins.
 
Besides, it takes care of the reporting and documentation of the project. It is developed in Java language.
 
Current version of Maven is 3.8.4.
 
Advertisement