Eclipse not picking up Maven attached source on debug

后端 未结 8 478
礼貌的吻别
礼貌的吻别 2021-01-03 21:24

I\'ve downloaded the source for all the Maven JARs in my buildpath using Maven->Download Sources and mvn eclipse:eclipse -DdownloadSources=true, which worked! W

相关标签:
8条回答
  • 2021-01-03 22:00

    In my case the problem was related with the source code attached with the "Debug Configuration", maybe some remnants form a migration to Maven.

    I solved it by going to the "Debug Configurations..." page and selecting the configuration in case, then at the "Sources" tab I restored the defaults, which added all the project's Maven dependencies.

    0 讨论(0)
  • 2021-01-03 22:05

    Although this bug had the most votes of all bugs @Sonatype, it hasn't been fixed.

    However I have filled an enhancement request on Eclipse Bugzilla and if you agree this issue "Source not found" should be fixed, please vote for it here.

    You can found three workarounds here.

    0 讨论(0)
提交回复
热议问题