0 votes
in Jenkins by
What is Maven? What is the benefit of integrating maven with Jenkins?

1 Answer

0 votes
by

Maven is a build management tool. Using a simple pom.xml, one can configure all the dependencies needed to build, test and run the code. Maven manages the full lifecycle of a test project. Once integrated with Jenkins, the maven Webdriver will build the project and execute all tests efficiently.

Related questions

0 votes
asked Jul 23, 2020 in DevOps by Hodge
0 votes
0 votes
asked Jul 23, 2020 in DevOps by Hodge
0 votes
asked Jul 23, 2020 in DevOps by Hodge
...