MAVEN Installation

Maven Install Set up Instructions

1. Click on the Link Maven
2.The following screen is displayed Select apache-maven-3.5.4.rar and then click on download icon
Download Maven
3. Now in the download icon under chrome the following is displayed
Download Maven
4.Go to the downloads folder
Download Folder
5.Copy the apache-maven-3.5.4 into C:\RIGELSOFTWARES
Copy step
6.Right click on apache-maven-3.5.4 and extract the zip file
Copy step
7.After the extraction the following folder is displayed
Copy step

Settings the System Environment Variables

1.Click on Windows and type env
Copy step
2.Click on Edit the system environment variables
Sytem env
4.Click on Environment Variables button
Sytem env
5.Click on New button under System Variables
Sytem env
6.The following values must be filled as follows
a) Variable name : MAVEN_HOME
b) Variable value : C:\RIGELSOFTWARES\apache-maven-3.5.4\apache-maven-3.5.4 and then click OK
Sytem env
7.Click on Path under system variables and then we need to click Edit
Sytem env
8. Click on Edit
Sytem env
9. Click on New button on the right hand side Provide the value as %MAVEN_HOME%\bin
Sytem env
10. Select the %MAVEN_HOME%\bin value and click on Move UP and should be below %JAVA_HOME%\bin
Sytem env
11. Click on OK
Sytem env
12. Again Click on OK
Sytem env

Verifying the Maven Installation

1. Click on Windows and Type cmd
windows + cmd
2.Right click on command prompt and Run as administrator
Run as Ad
3.The cmd window is as follows
Cmd
4. Type mvn -version on cmd window and press enter
mvn version