0 votes
in Maven - Coalescing Pipeline by
What are the steps to install Maven on Windows?

1 Answer

0 votes
by

To install Maven on Windows, observe the following steps:

  • Download Maven first, and then extract it.
  • In the environment variable, add JAVA_HOME, and MAVEN_HOME.
  • Then, add the environment path in the Maven variable.
  • Lastly, verify the Maven installation by checking its version. The command mvn -version will display the version installed in the system.
...