0

When I do some changes at dependencies in pom.xml, Intellij auto-downloads them

Is this actually as mvn install running at background

If not whats the difference between these two situation(mvn insatll & intellij auto-downlaod)

As both are fetching dependencies for us !

Aditya Rewari
  • 2,343
  • 2
  • 23
  • 36

1 Answers1

0

(By default?,) auto update is enabled.

intellij auto-download makes use of mvn:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206834305-Automatically-download-sources-documentation-from-maven-working-great

Kev
  • 21
  • 4