How to install Maven on Mac || Set environment variable for Maven

Опубликовано: 06 Октябрь 2024
на канале: Codenbox AutomationLab
24,576
218

#maven #seleniumwebdriver
+How to setup Maven on Mac?
+How to set environment variable for Maven on mac?

▬▬▬▬▬▬ In this Video ▶️ ▬▬▬▬▬▬
Commands to set variable:

vim ~/.bash_profile
(press i to change to insert mode)
export MVN_HOME=path of maven directory
export PATH=$PATH:$MVN_HOME/bin
(Hit ESC and then :wq to come out from this bash profile and then ENTER)
source ~/.bash_profile
echo $MVN_HOME


Download Maven: https://maven.apache.org/download.cgi

▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬
Blog ► http://codenboxautomationlab.com/​​
GitHub Repo ► https://github.com/codenbox​​/

▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬
~~~Subscribe to this channel, and press bell icon to get all updated videos on Selenium and Cypress Automation:
   / codenboxautomationlab  

~~~ Follow us on Facebook & Twitter to get more updates:
  / ​​  
  / codenboxteam