Is it possible to define a global jelly variable? (i.e. a variable that may be shared by many maven goals)
On 1/9/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > You can use a Jelly variable > <j:set var="..." value="..."/> > <j:unset var="..." value="..."/> > > Arnaud > > On 1/9/06, Afkham Azeez <[EMAIL PROTECTED]> wrote: > > > > It seems that ant properties are immutable. Is there an alternative? > > > > On 1/9/06, Afkham Azeez <[EMAIL PROTECTED]> wrote: > > > Hi Folks, > > > I'n my maven XML i set a property with a particular name(modules say), > > > and then elsewhere in the XML, I try to reset it to another value. But > > > I found that the new value is not getting set and the property retains > > > its old value. Is this a bug, or do I have to do something different? > > > -- > > > Thanks > > > Afkham Azeez > > > > > > > > > -- > > Thanks > > Afkham Azeez > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Thanks Afkham Azeez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
