How to properly import projects from BitBucket or another cloud repository? I have Eclipse Neon JavaEE. Even if there is Git preinstalled yet and (for my purposes important) Maven too. The imported projects are not real projects.
The straighforward way is:
- File -> Import -> Git -> Clone URI (copied from repository i.e. BitBucket)
- Fill in username/password if needed
- Next
Now I can see this picture (Ubuntu Linux 16.04)

But no any from this options clone huge of projects properly. To successful clone projects I must in this moment
- Cancel process (cloning is in local repository yet)
- and manually add projects one after another one into workspace in Git Perspective on expanded Working tree using
- Right click on projects -> Import Projects...
Do you know anybody how do this operation better? Next another thing is, that I cannot select more projects, because the option Import Projects... will disappear.