setx MAVEN_HOME “C:\Program Files\apache-maven-3.6. 1” setx PATH “%PATH%;%MAVEN_HOME%\bin”; You can check if these are set appropriately by running the commands: java -version and mvn –version on the command prompt.
setx MAVEN_HOME “C:\Program Files\apache-maven-3.6. 1” setx PATH “%PATH%;%MAVEN_HOME%\bin”; You can check if these are set appropriately by running the commands: java -version and mvn –version on the command prompt.