简体   繁体   中英

Can't install maven dependency in Intellij 2019.1.3 Ultimate Edition

I have created a project as a spring starter project in Intellij. It can't download maven dependencies specified in pom.xml file. My system is connected to a proxy server. I have checked connection for Intellij, it's working, but still can't download maven dependencies.

If you are getting this error as you mentioned "mvn not recognized as internal or external command",

pleas follow the guide to install mvn in your machine and then do clean and install it will work, Basically you have to add mvn as your environment variable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM