I have a project in SVN that I have checked out into a new install of eclipse (Indigo). Previously, with the m2e and subclipse plugins I was able to check out as a Maven project - but this no longer seems possible. I read somewhere, however, that checking out and then converting to a maven project is the way to go.
I've done that, but my project has a number of nested modules - each of which I would like to appear as separate projects in the eclipse workspace. This used to be possible and specified during checkout, but no longer seems to work.
Is this possible and, if so, how can I do it?