When I open a class included through the Maven dependency, Eclipse tells me that the containing .jarfile has no source attachment.
But in the directory in which the file is located .jar, there is also a corresponding -sources.jarfile.
Do you have any hints regarding the solution to this problem?
Is there a way to tell Eclipse where it should automatically search for the original attachment?
Edit: In the Eclipse file, the .classpathvalue is sourcepathset for external archives, but not for ours. But both files jarand sources are in the same repo.
Also set property -Declipse.useProjectReferences=false.
user321068
source
share