Hi folks,

I have two projects with dependence, A depends of B and B depends of A. To
build correctly this,I create a superpom .This is the structure of the
projects:

 projectA----Trunk---pom.xml
 projectB----Trunk---pom.xml
 parent------pom.xml



Ok, the super pom have configurated their modules:
    <modules>
        <module>../projectA/trunk</module>
        <module>../projectB/trunk</module>
    </modules>

And each module know who is the parent:

   <parent>
        <groupId>group.id</groupId>
        <artifactId>superpom</artifactId>
        <version>1.1-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
    </parent>
This works,but when i try to add a project to continuum, continuum can't
find the parent!!!

Anyone knows how to tell to continuum who is the parent of this projects??

Thanks a lot 4 tjhe support.

Javier

-- 
View this message in context: 
http://www.nabble.com/Continuum-Error---%3A--Cannot-find-parent-tf4049310.html#a11501724
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to