Java Maven Environment setup

Опубликовано: 11 Октябрь 2024
на канале: Sumit Deshmukh
908
3

Maven Environment SetUp:

Step1: Download Binary zip file from: https://maven.apache.org/download.cgi
step2: Extract the zip file. and pest it in the location : C:\Program Files\Apache Software Foundation
step3: Open Environment variable setting and set up the user variable for pc
1) variable name: JAVA_HOME
variable value: C:\Program Files\Java\jdk1.8.0_05
2) variable name: M2
variable value: %M2_HOME%\bin
3) variable name: M2_HOME
variable value: C:\Program Files\Apache Software Foundation\apache-maven-3.3.9
4) variable name: Path
variable value: %M2_HOME%\bin

Go to command promt Either setup is currectly installed or not
command type mvn --version and enter
Done...
I hope This video is helpful. and Please, Give complimets so that I can improve next tiime.