maven not loaded source and doc

Started by wartemw, October 14, 2016, 07:58:53

Previous topic - Next topic

wartemw

how to load them in Maven is not manually

Kai

Google "Maven download sources":
- http://stackoverflow.com/questions/5780758/maven-always-download-sources-and-javadocs

Essentially, you want a Maven profile in your Maven ~/.m2/settings.xml like described in the link.
But every IDE downloads the sources automatically, once you navigate into a class.

wartemw

Quote from: Kai on October 14, 2016, 08:25:00
Google "Maven download sources":
- http://stackoverflow.com/questions/5780758/maven-always-download-sources-and-javadocs

Essentially, you want a Maven profile in your Maven ~/.m2/settings.xml like described in the link.
But every IDE downloads the sources automatically, once you navigate into a class.
thanks