How-to download source files for maven dependencies
If you want to have source files of your project dependencies in local repository, you need to execute following command:
mvn dependency:sources
If you are creating project for Eclipse and want source files to be included to the project, you can run this one:
mvn eclipse:eclipse -DdownloadSources











Comments