I'm trying to integrate Maven into an existing project. Using IntelliJ IDEA, I've tried the following steps:
Right click on project -> Add Frameworks Support... -> Checking Maven and pressing OK
The above works great; except that it drastically alters (read: copy -> delete -> paste) the project structure. The change is fine - except that GIT believes that all files have been deleted and re-created (without history) in another folder.
How to integrate a project with Maven without losing the GIT history?