0 votes
in DevOps by
How to Check Maven Installation?

1 Answer

0 votes
by
  • Let us check Maven installation on Terminal by typing mvn -version. You should able to see Maven version, its home path, Java version, Java home path and few other default settings.

  • To get Maven path, you may try whereis mvn.

Related questions

0 votes
asked Jan 30, 2020 in Azure by Tate
0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
0 votes
0 votes
asked Jul 23, 2020 in DevOps by Hodge
...