m2eclipse/svn project with packaging of pom

Posted by wuntee on Stack Overflow See other posts from Stack Overflow or by wuntee
Published on 2010-05-21T04:13:42Z Indexed on 2010/05/21 4:20 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

I have a project with the following layout

taac
* taac-web
* taac-backend-api
* taac-scheduler

all of this is checked into an SVN repository. When creating a new project in eclipse (originally) I checked out the root taac directory, and it gave me the option to select each of the sub-projects to create new eclipse projects for. I had a problem with svn and had to remove the projects from eclipse, and now when trying to check them out, i no longer get this option. If I select just the sub-projects, then their pom's are invalid (due to not having the parent pom).... Does anyone know how to get that option to select each separate project out?

© Stack Overflow or respective owner

Related posts about m2eclipse

Related posts about maven