I experienced the same problem as you when importing a multimodule project into Continuum. When you add the parent POM it looks for the modules' POM relative to the group/artificat/version directory in the repository.
This awful scheme prevents all M2 multimodule projects from working in Continuum. Inherently the problem is with the modules definition in the POM as they are relative to the parent POM. Each module should have a groupId and artifactId as well so continuum would be able to find the modules in the repository. Sorry I cannot offer you a solution. I tried in vain too... -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: donderdag 19 januari 2006 14:40 Aan: [email protected] Onderwerp: Continuum import multimodule project [M2] Hi, I tried to import a multimodule project into continuum and failed. the structure of my projects projects | +-- xyz_proj_distributon | +-- xyz_proj_backend | +-- xyz_proj_frontend | .... im my pom.xml of xyz_proj_distribution I have the following modules definition: <modules> <module>../xyz_proj_backend</module> <module>../xyz_proj_frontend</module> </modules> When I'm locally everything works fine. Could anybody give me a hint how to add such a multimodule project to continuum. TIA Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
