0

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.

Aviii04
  • 21
  • 1
  • 5

1 Answers1

0

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.

Victor
  • 23
  • 3