Why do you want to run "clean install" two times every 10 minutes? On Mon, Apr 28, 2008 at 3:15 PM, Claudio Ranieri wrote: > Hi, > > Can someone help me? > Thanks > > -----Mensagem original----- > De: Claudio Ranieri [mailto:claudior@buscape-inc.com] > Enviada em: quinta-feira, 24 de abril de 2008 16:44 > Para: users@continuum.apache.org > 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:claudior@buscape-inc.com] > Enviada em: quinta-feira, 24 de abril de 2008 16:34 > Para: users@continuum.apache.org > 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 >