Maven Installation:
Search for "Maven download" (maven.apache.org/download.cgi )
Download Binary zip archive (apache-maven-3.8.6-bin.zip )
create C:\maven folder and extract the files (zip files) into newly created folder
copy path till "C:\maven\apache-maven-3.8.6\bin" and add in user variable's path variable
Make sure, JAVA_HOME exists in your user variable or in system variable and it is set to location of your JDK.
C:\Program Files\Java\jdk1.8.0-341
to verify, open cmd in C:\maven\apache-maven-3.8.6\bin path and type > mvn -version command
No comments:
Post a Comment