Couldn't you make it a system property:

${systemScope.put('name', varFromTstamp)}

On 11/2/05, Minds Work <[EMAIL PROTECTED]> wrote:
> Thanks, it works,
>  I have another related question
>
> I want to known if there is a way declare a global property to be used in
> the goals called with maven:maven
>  My proplem is that i want to tag some projects (in the repository) with the
> same tag, but the tag name is based on the current date (the dateToday ant
> property created by the code below):
>
> <tstamp timezone="${date.timezone}">
> <format property="dateToday" timezone="${date.timezone}" pattern="${
> date.pattern}" />
> </tstamp>
>
> This way each project is taged with a different date (a difference of second
> or minutes, but a difference)
>
> If i could declare a global property i could set the data as a global
> property and reuse it.
>
>  On 10/31/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> >
> > Hi Freddy,
> >
> > You can use the maven:maven tag in Jelly :
> > http://maven.apache.org/maven-1.x/tags.html#maven:maven
> >
> > Arnaud
> >
> >
> > > -----Message d'origine-----
> > > De : Minds Work [mailto:[EMAIL PROTECTED]
> > > Envoyé : lundi 31 octobre 2005 19:16
> > > À : Maven Users List
> > > Objet : can a goal executing in a project execute goals in
> > > other projects?
> > >
> > > Is there a way (without using the exec ant task...) to make a
> > > goal call another goal but execute it in other project?
> > > Example, I execute the goal "myGoal" in project Foo, and the
> > > goal "myGoal"
> > > execute the "jar" goal in project "Bar"?
> > > []s
> > > Freddy
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>


--
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to