1

I am trying to see spring source files to understand what is going on. when i jump into jar files, system says "Source Not Found".

error about source not found

As you can see, this sample is in the spring-webmvc-5.0.3.RELEASE.jar when i reach this file, i see there is no source release.

missing source file

Some source files already added, some of them not. how can i import all of it by using dependency or manual?

here is my pom.xml. pom.xml

sakirow
  • 189
  • 1
  • 5
  • 18
  • Based on screenshot it seems, that you added this jar manually, is it correct? I assume so, because of path `D:\Java\...` – Betlista Feb 19 '18 at 08:04
  • @Betlista No. Normally it is included in the MavenRepositroy, after error appears, i am trying to add source by manual from D:JAVA/.. but as you can see there is no source file to add by manual. – sakirow Feb 19 '18 at 08:07
  • Check also https://stackoverflow.com/questions/5780758/maven-always-download-sources-and-javadocs normally when I open jar, source is downloaded, but I saw problems a lot of times because of proxy, check proxy settings in Maven and Eclipse... – Betlista Feb 19 '18 at 08:11

0 Answers0