You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Raúl Arabaolaza Barquín <ra...@mundivia.net> on 2007/10/22 17:54:20 UTC

Diferent build definitions with project group build all


Hi:

We have several maven 2 projects without modules that i would like to run secuentally in the correct dependency order, if i create a project group for them and use the build all feature continumm resolves the order and invokes the default build definition for every project secuentially, but it seems that i can have only one default build definition for all the projects, the project group default build definition.

Can i configure a default build definition not for project group but for project? I need to invoke diferent goals on every project, for example on one project i must deploy to jboss while in another i must use a ftp plugin i,ve created and so on ... i don´t need more than one build definition for project but all build definitions must be diferent and i need to invoke them through the build all button so i can´t create diferent groups for every project.

best regards, Raul


------------------------------------------------------------------
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
------------------------------------------------------------------

Re: Diferent build definitions with project group build all

Posted by Emmanuel Venisse <em...@venisse.net>.

Raúl Arabaolaza Barquín a écrit :
> 
> Hi:
> 
> We have several maven 2 projects without modules that i would like to run secuentally in the correct dependency order, if i create a project group for them and use the build all feature continumm resolves the order and invokes the default build definition for every project secuentially, but it seems that i can have only one default build definition for all the projects, the project group default build definition.
> 
> Can i configure a default build definition not for project group but for project? I need to invoke diferent goals on every project, for example on one project i must deploy to jboss while in another i must use a ftp plugin i,ve created and so on ... i don´t need more than one build definition for project but all build definitions must be diferent and i need to invoke them through the build all button so i can´t create diferent groups for every project.

on each project, you can create a default build definition. It will be used in the build process instead of the one defined on the group.

Emmanuel