Hi, Can someone help me? Thanks
-----Mensagem original----- De: Claudio Ranieri [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de abril de 2008 16:44 Para: [email protected] Assunto: RES: Problem in Build Definitions Sorry, in better format My first build definition ---------------------------------------- Goals: clean install Arguments: --batch-mode --non-recursive Build File: pom.xml Schedule: ten minutes Profile: From: GROUP Build Fresh: false Default: true Description: my install Type: maven2 My second build definition --------------------------------------- Goals: clean install wagon:deploy Arguments: --batch-mode --non-recursive Build File: pom.xml Schedule: ten minutes Profile: From: PROJECT Build Fresh: false Default: false Description: my deploy Type: maven2 The default build is "my install"(description), but the "my deploy"(description) is executed in schedule trigger. Why? Thanks -----Mensagem original----- De: Claudio Ranieri [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 24 de abril de 2008 16:34 Para: [email protected] Assunto: Problem in Build Definitions Hi, I am using Continuum 1.1 final In my project, I have 2 build definitions: Goals | Arguments | Build File | Schedule | Profile | From | Build Fresh | Default | Description | Type clean install | --batch-mode --non-recursive | pom.xml | ten minutes | | GROUP | false | true | my install | maven2 clean install wagon:deploy | --batch-mode --non-recursive | pom.xml | ten minutes | | PROJECT | false | false | my deploy | maven2 The default build is "my install", but the "my deploy" is executed in schedule trigger. Why? Thanks
