Re: Maven not recognizing the pom.xml under sub-modules

2014-05-20 Thread Curtis Rueden
Hi Shrinath, > But after running the error is: >The build could not read 1 project >Child module A of pom.xml does not exist >Child module B of pom.xml does not exist Can you post a sample nonworking project online please? GitHub as a project or Gist, or pastebin, or similar. Otherwis

Maven not recognizing the pom.xml under sub-modules

2014-05-20 Thread Shrinath Managuli
Hi, My folder structure is.. A | --pom.xml B | --pom.xml Src Pom.xml Outer pom.xml has entry like A B But after running the error is: The build could not read 1 project Child module A of pom.xml does not exist Child module B of pom.xml doe