I run
mvn dependency:resolve -Dclassifier=javadoc
and report say that
[INFO] The following files have NOT been resolved:
I know that Maven repositories hosted by volunteer organisations like Maven Central and hosted open source project done by volunteers.
But missing javadoc make me angry as using packages without javadoc is hard (leaving IDE to do web search and read outdated docs).
I report missing javadoc for Hibernate in Central one time (in Hibernate BTS). Without success. For another projects I have no strong intention to find home page and BTS/mail list to report missing javadocs.
What the best way to improve situation?