2019.2 Maven No remote repositories!
Answered

this is No remote repositories!

and its red
how to do its?
Please sign in to leave a comment.
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 .
how to add remote repositories!? i can't to work
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.
@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 )
I've created an Issue for the "missing" default repositories: https://youtrack.jetbrains.com/issue/IDEA-219254