Kamis, 10 Oktober 2024

How To Check Maven Version


  1. open Command Prompt
  2. type
    mvn --version
    or
    mvn -v
  3. then press Enter on keyboard, to run maven and display the version.
Notes: If you do not see version output, and your operating system cannot find the mvn command, make sure that your PATH environment variable and M2_HOME environment variable have been properly set.

Bibliography

https://gradle.org/
https://www.javatpoint.com/
https://www.tutorialspoint.com/

build, build script, compile, tools, programming, coding, software development

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts