0 votes
in Maven - Coalescing Pipeline by
Explain what is Maven? How does it work?

1 Answer

0 votes
by

Maven is a project management tool. It provides the developer a complete build lifecycle framework. On executing Maven commands, it will look for POM file in Maven; it will run the command on the resources described in the POM.

...