Saturday, July 4, 2020

Eclipse taking lot of network and time to import maven projects ? Here is the simple trick

Hi Folks,

By default maven option will be on for downloading sources and docs. This will take more network and time to import maven projects.

So disable it.

Window > Preferences  > Maven
Disable Download Artifact Sources
Disable Download Artifact Javadoc

So the final settings of maven preferences will be like :



Thanks :)


1 comment: