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
Please sign in to leave a comment.
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
...
Yes. You exactly described my directory layout.
(And of course the maven command line works as expected).
Is that possible to send me your pom files then?
Thanks for fixing it in the latest EAP.