1) Javadoc artifacts tend to take too much space and time to download.
For example, scala-library-2.10.2-sources.jar
is 1 Mb, but scala-library-2.10.2-javadoc.jar
is 34 Mb.
2) Javadoc is mostly not needed at all. As modern IDEs can fetch all info from sources.
So I wanted to find a way to alter sbt settings to completely disable javadoc download among third-party library dependencies.