Page History
...
We have tested this procedure with the latest Eclipse version (Kepler).
Set up Eclipse
Download or use your favorite Eclipse version and Edition (plain Java or J2EE both work fine), and make sure you are using a Java 7 JDK/JRE.
m2eclipse
m2eclipse (m2e) provides reasonable integration of a maven project in Eclipse. Luckily, the m2e plugin is part of the standard Eclipse bundle since the Indigo release. If you have an older version of Eclipse (Helios or older), you'll have to install the plugin manually (it is not clear if that's supported any more - please consult the interwebs).
...
You will also need to add the subclipse connector for m2e, in order to checkout the code directly as a maven project. To do so, go to Preferences -> Maven -> Discovery
, click on Open Catalog
scroll until you see the connector m2e-subclipse (in the Team Providers section) and install it.
Check out the eagle-i code
...