maven - intellij idea specify repository for downloading sources -
it seems question can related how automatically attach source code dependency in intellij? it`s not in full manner.
in debug mode i'm getting decompiled file , idea ask me download or set path sources.
for resolving i'm using nexus repository aggregates different vendors public jars (proxy repositories,reuploaded jars , etc). unfortunately contains jars doesn't contain sources or javadocs.
but @ same time vendors' repositories contain sources. after clicking "download" button - can see idea try find sources in "oss.sonatype.org" repository.
so ability set list of repositories idea can search sources?
check settings of intellij idea "settings-->maven-->repositories
there 2 sections:
- index maven repositories
- artifactory or nexus service urls
Comments
Post a Comment