RE: Setting global properties - is it even possible?

2005-10-27 Thread Arnaud HERITIER
You can take a look at the tag set in Jelly http://jakarta.apache.org/commons/jelly/tags.html#core:set Arnaud > -Message d'origine- > De : Mironenko, Philip [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 27 octobre 2005 16:18 > À : users@maven.apache.org > Ob

Setting global properties - is it even possible?

2005-10-27 Thread Mironenko, Philip
Hi all, I have a fairly simple question about properties - is there any way to set them AFTER they've been initialized for the first time or is it like ant - once it's set, it's immutable? An example of what I'm asking is: If it is not possible, c

Re: global properties

2004-06-18 Thread Jason van Zyl
On Fri, 2004-06-18 at 21:23, Dmitry Beransky wrote: > At 05:19 PM 6/18/2004, you wrote: > >There isn't a way in Maven to do this yet, unless you extract > >defaults.properties from maven.jar and modify it. > > that's a shame. But I have a small team, so I can just ask everyone to > create indivi

Re: global properties

2004-06-18 Thread Dmitry Beransky
At 05:19 PM 6/18/2004, you wrote: There isn't a way in Maven to do this yet, unless you extract defaults.properties from maven.jar and modify it. that's a shame. But I have a small team, so I can just ask everyone to create individual build.properties. I do hope this feature will be added to ma

Re: global properties

2004-06-18 Thread Jason van Zyl
On Fri, 2004-06-18 at 20:19, Brett Porter wrote: > There isn't a way in Maven to do this yet, unless you extract > defaults.properties from maven.jar and modify it. > > This won't work for pom.organization.name though as that goes in the > project.xml. > > Also, I wouldn't set a global maven.buil

Re: global properties

2004-06-18 Thread Brett Porter
There isn't a way in Maven to do this yet, unless you extract defaults.properties from maven.jar and modify it. This won't work for pom.organization.name though as that goes in the project.xml. Also, I wouldn't set a global maven.build.dir. What did you intend to set it to? - Brett On Fri, 18 J

global properties

2004-06-18 Thread Dmitry Beransky
Hi, There is a handful of properties that I would like to define globally, without requiring developers to enter them into individual build.properties files. Here are some of the properties: maven.build.dir maven.repo.remote maven.jnlp.signjar.dname.cn maven.jnlp.signjar.dname.ou maven.jnlp.sig