As another person trying to learn about Git and Eclipse but a long time user of Eclipse (since 2007), I would suggest that you use the Spring Tools Suite.
It is Eclipse with all of the things that you need already configured.
We got so frustrated with Eclipse since:
1) it was a PITA to upgrade. You can spend days reconstructing a stable, compatible set of plug-ins to work with a new version of Eclipse.
2) when you tried to help another person on the team, it was hard to know how they worked since they might have a different set of plug-ins.
Operations that worked on your Eclipse would not work until you installed a plug-in on their machine.
3) hard to document standard procedures even informally.
STS comes ready to rock and roll out of the box in a single download and 5 minute install. It upgrades smoothly
It has all the plug-ins that you need for Maven, Git, SVN, XML and more.
I only have to install
1)the DITA-OT plug-in and add the XML Schema definition for DITA so that I can use Eclipse to produce documentation from XML topic files that I prepare using the Eclipse XML editor and validation tools.
2) the IzPack plug-in for building installers.
Once we moved to STS a lot of the annoying stuff about Eclipse vanished and we were able to standardize our collaboration processes and could stay reasonably current with Eclipse releases.
My only quibble is that it does have a big footprint but I would rather have everything that I need and a bit more rather than be missing a tool that I don't know exists or spend hours testing plug-ins to find one that will work with what I already have installed.
Since I use it for so many things - development(Java, JavaScript, JavaFX, Junit), deployment (IzPack), SCM (SVN and now Git), bugtracking (Bugzilla and JIRA integration) documentation(DITA), proposals and studies (DITA) - I have it on all the time and the convenience is worth the RAM that it takes.
The Maven integration (m2e) is very nice and eliminates a lot of the problems that show up in the Maven forum around dependency management (Why do I have the wrong version of X.X.X in my jar?).
We never use Maven from the command line.
STS is free and the quality is very high. The Spring guys do a good job putting out a release that works each time.
A little off topic but you seem to be having grief from the plain Eclipse product and I still remember the PITA that it can be.
Give STS a try before you spend some money on a commercial product. They may be better ( I hear good things from people that I respect) but perhaps with a better version of Eclipse, you can get what you need for free.