Hi;

Have you tried to add the parent pom to continuum? It adds automatically all 
modules, at least it did it to me when i tried.

Regards, Raúl
-----Mensaje original-----
De: javijava [mailto:[EMAIL PROTECTED]
Enviado el: lun 09/07/2007 15:26
Para: continuum-users@maven.apache.org
Asunto: Continuum Error   :  Cannot find parent
 

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.



------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail
in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the
sender endeavours to maintain a computer virus-free network, the sender does
not warrant that this transmission is virus-free and will not be liable for
any damages resulting from any virus transmitted.

Este mensaje y los ficheros adjuntos pueden contener informacion
confidencial destinada solamente a la(s) persona(s) mencionadas
anteriormente. Pueden estar protegidos por secreto profesional Si usted
recibe este correo electronico por error, gracias de informar inmediatamente
al remitente y destruir el mensaje.
Al no estar asegurada la integridad de este mensaje sobre la red, Atos
Origin no se hace responsable por su contenido. Su contenido no constituye
ningun compromiso para el grupo Atos Origin, salvo ratificacion escrita por
ambas partes.
Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor
no puede garantizar nada al respecto y no sera responsable de cualesquiera
danos que puedan resultar de una transmision de virus
------------------------------------------------------------------

Reply via email to