0 votes
in Maven - Coalescing Pipeline by
What do you mean by Maven?

1 Answer

0 votes
by

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.

Related questions

0 votes
0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
0 votes
asked Aug 30, 2023 in Maven - Coalescing Pipeline by JackTerrance
...