I have a college project hosted on GitHub, in this link , but in the project I just pushed the GitHub files of the entities that have been created so far, I did not push the entire project, configuration files etc. Now I want to import this project to my second machine. If I import directly it does not come with all the archetype of Maven, it comes just a common project. My alternative was to create a Maven project, and then import the project that is in GitHub (two different projects are left) and then copy the packages from one to the other. My question is, do you know if there's any way I can import this straight, without having to do this gambiarra. For example, just create a project in Maven and already import directly to it.
I'm using Eclipse Luna EE, with Git and Maven, already installed on it.