yes.
http://maven.apache.org/reference/properties.html#Property_Processing

Arnaud

On 9/28/05, Mick Knutson <[EMAIL PROTECTED]> wrote:
>
> now if xxx is defined in my build.properties, will this override the
> build.properties value?
>
> Thank You
> Mick Knutson
>
> Sr. Java/J2EE Consultant
> BASE logic, inc.
> (415) 648-1804 (S.F., CA)
> http://www.BASELogic.com
>
> HP Consulting Services (Walnut Creek, CA)
>
>
>
>
> >From: "Arnaud HERITIER" <[EMAIL PROTECTED]>
> >Reply-To: "Maven Users List" <users@maven.apache.org>
> >To: "'Maven Users List'" <users@maven.apache.org>
> >Subject: RE: how do I override a parameter for a value in my build.propsin
> >crusieControl?
> >Date: Wed, 28 Sep 2005 22:34:57 +0200
> >
> >If it's only for one project in CC, you could create a custom goal on
> this
> >project :
> >
> >maven.xml :
> >
> ><goal name="myProject:CC-goal">
> > <j:set property="XXX" value="YYY"/>
> > <attainGoal name="myRealGoal"/>
> ></goal>
> >
> >And you call this goal from CC
> >
> >Arnaud
> >
> >
> > > -----Message d'origine-----
> > > De : Mick Knutson [mailto:[EMAIL PROTECTED]
> > > Envoyé : mercredi 28 septembre 2005 22:20
> > > À : users@maven.apache.org
> > > Objet : how do I override a parameter for a value in my
> > > build.props in crusieControl?
> > >
> > > I have a property in my build.properties that I want to
> > > override when I run my maven in cruisecontrol.
> > > How would I do this please?
> > >
> > > Thank You
> > > Mick Knutson
> > >
> > > Sr. Java/J2EE Consultant
> > > BASE logic, inc.
> > > (415) 648-1804 (S.F., CA)
> > > http://www.BASELogic.com
> > >
> > > HP Consulting Services (Walnut Creek, CA)
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to