Lookup source jars in a broader scope
Answered
Hi!
Unfortunately we have internal nexus setup in such a way that source jars sometimes are stored in locations different from actual artifacts.
For example:
Library jar stored on path /org/GroupId/xxx/1.0/xxx.jar
But source jars are on path /org/GroupId/xxx-src/1.0/xxx-source.jar
Is there any way to setup rules which would allow Idea to look for source jars in a broader scope using some wildcards or GroupId?
Please sign in to leave a comment.
There is no such possibility. You can only attach them manually for the library in Library settings.
Thanks for answer.