Link to home
Start Free TrialLog in
Avatar of roy_sanu
roy_sanuFlag for India

asked on

importing maven Project

Hello experts

when I created  Project A and B  and trying to import the maven Project under it respectively. some of the subproject get jumbled into the A and B.Let me know steps to handle this kind of issues....
Avatar of mccarl
mccarl
Flag of Australia image

You will need to explain in a lot more detail what your problem is. What you wrote above is very hard to understand and I would have no idea where to even start.
Avatar of roy_sanu

ASKER

sorry for the late............



There are two projects on maven. Each project has no of modules with their poms.The issue is when I try to import into eclipse with pom.xml all the modules of project (A and B) get mix with each , hard  to figure out in the same workspace.But if I want to separate as two project in eclipse how I can do that ... Hope that make sense
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of srikotesh
srikotesh

project A and B both are maven projects.
both having no of modules.
if u see module wise pom.xml definitely there will be a one parent module.
how we can identity is look for all pom.xml.
parent module pom.xml contains all the module names configured in that pom file.

I guess project A  and Bdefinitely have a parent module.
if it doesn't have parent module u need to import individual modules.