I have installed m2eclipse and EGit, I can checkout a project from a git repository and I can build a maven project, but I cannot checkout a maven project from the ...
I've got a git repository with two Maven projects "foo" and "bar". The structure of the cloned repo is as follows:
myrepo .git foo pom.xml bar ...