in Maven - Coalescing Pipeline by (32.2k points)
Mention the steps for installing Maven on windows.

1 Answer

0 votes
by (32.2k points)

Maven can be downloaded and installed on windows, linux, and MAC OS platforms. To install Maven on windows, you need to perform the following steps:

  • Download Maven and extract it.
  • Add JAVA_HOME and MAVEN_HOME in the list of environment variables.
  • Add the environment path in Maven variable.
  • The last step is the verification of Maven by checking its version.

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma (32.2k points)
...