Maven (Build) Tool Integration with Jenkins
Let's perform the following steps for Maven (build) tool integration with Jenkins:
Download Maven from https://maven.apache.org/download.cgi; this is the latest version of the binary file:

Extract the downloaded Maven file to a folder.
Open Manage Jenkins:

Select Maven Plugins as follows and install them without the restart option.

Monitor plugin progress as follows:

Under Configure tools, add Maven by giving the repository location:

Create a new item job with the Maven project option:

The Maven option in build environment is as follows:

The project is created as follows:
