2019.2 Maven No remote repositories!

Answered

this is No remote repositories! 

 

and its red 

how to do its?

0
5 comments

This dialog is intentionally black if you are not using any custom repositories.

Dependencies from the default repository should be fetched automatically. If it doesn't work for you, please check idea.log for errors, see also https://stackoverflow.com/a/42427510/104891 .

0
Avatar
Permanently deleted user

how to add remote repositories!? i can't to work

0

Double check `mvn clean install` completes without errors in the command line.

IDE will use the default repository from Maven settings.xml.

More repositories can be added either via pom.xml per project or via the settings.xml globally.

Refer to the Maven documentation for the details.

0
Avatar
Permanently deleted user

@Serge Why isn't the dialog showing the default repositories? It would make much more sense if the dialog at least showed the default repositories when there's no custom repositories defined in settings.xml ( https://maven.apache.org/settings.html )

0
Avatar
Permanently deleted user

I've created an Issue for the "missing" default repositories: https://youtrack.jetbrains.com/issue/IDEA-219254

0

Please sign in to leave a comment.