Idea fails in opening Maven project

I try to open a pom (named "master) with the following modules:

../business/workflow ../business/calculations ../business/portfoliologic ../db/dao ../db/access ]]>

But when the project is opened, there is only one module ("master"). The other modules cannot be found (regarding to the log).

Any suggestions?



2007-11-29 14:37:10,239 INFO - n.project.MavenToIdeaConverter - Cannot find module access
2007-11-29 14:37:10,239 INFO - n.project.MavenToIdeaConverter - Cannot find module calculations
2007-11-29 14:37:10,239 INFO - n.project.MavenToIdeaConverter - Cannot find module portfoliologic
2007-11-29 14:37:10,239 INFO - n.project.MavenToIdeaConverter - Cannot find module dao
2007-11-29 14:37:10,239 INFO - n.project.MavenToIdeaConverter - Cannot find module workflow
2007-11-29 14:37:12,593 INFO - n.project.MavenToIdeaConverter - Cannot find module access
2007-11-29 14:37:12,593 INFO - n.project.MavenToIdeaConverter - Cannot find module calculations
2007-11-29 14:37:12,593 INFO - n.project.MavenToIdeaConverter - Cannot find module portfoliologic
2007-11-29 14:37:12,593 INFO - n.project.MavenToIdeaConverter - Cannot find module dao
2007-11-29 14:37:12,593 INFO - n.project.MavenToIdeaConverter - Cannot find module workflow

0
4 comments

Are these modules located in specified locations relatively to "master" project?
I mean to say does the project layout look something like this:
/master/pom.xml
/business/workflow/pom.xml
...

0
Avatar
Permanently deleted user

Yes. You exactly described my directory layout.

(And of course the maven command line works as expected).

0

Is that possible to send me your pom files then?

0
Avatar
Permanently deleted user

Thanks for fixing it in the latest EAP.

0

Please sign in to leave a comment.