My Eclipse recently broke completely and I have upgraded to Galileo. I have created a fresh workspace (say foo/workspace
) and created a trivial project. I have then copied an old project from (bar/workspace/myproject
) to foo/workspace/myproject
. It is mavenised and has a pom.xml
. How do I tell Eclipse to build it (it does not seem to recognise it is mavenised). Do I have to install the maven plugin?
In general what is the smoothest way to reinstall Eclipse (i.e. what else do I need to think about?)