Вопрос

i've cloned a repository and trying to run a spring mvc application in intelliJ. I've noticed that I'm missing some .jar files in my project library for maven. Just wondering what the easiest way to correct this. Fresh maven install?

missing source .jar files

thanks

Это было полезно?

Решение

Those errors appear because you don't have the sources and javadoc downloaded. Go to Maven Projects > Download Sources and Documentation.

NOTE some sources are not provided so some errors will persist

enter image description here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top