Re: master property file

2003-07-30 Thread James Macgill
At 10:23 AM 7/24/2003 +0200, you wrote: Dominik Dahlem wrote: > This master project property file can be kept in source > control and provides a single location for settings shared > among sub-projects. Imagine you have 50 sub-projects and each > of them contains a project properties file with set

Re: master property file

2003-07-24 Thread Rafal Krzewski
Dominik Dahlem wrote: > This master project property file can be kept in source > control and provides a single location for settings shared > among sub-projects. Imagine you have 50 sub-projects and each > of them contains a project properties file with settings > which could well be shared. It's

RE: master property file

2003-07-24 Thread Brett Porter
;Maven Users List' > Subject: RE: master property file > > > In my opinion, a build.properties file with user settings > should be in ${user.home}/.maven/ as Brett pointed out. > However, on another level I'd like to share project-specific > settings as well in a simi

RE: master property file

2003-07-24 Thread Dominik Dahlem
file with settings which could well be shared. It's maintenance hell, if properties are likely to change. Cheers, Dominik -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 07:44 To: 'Maven Users List' Subject: RE: master property file Goo

Re: master property file

2003-07-23 Thread dion
Great ideagotta patch? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Tomasz Pik <[EMAIL PROTECTED]> wrote on 24/07/2003 04:32:09 PM: > Brett Porter wrote: > > > > Is there a reason for not using ${user.home}/build.properties? In my > > experience, t

RE: master property file

2003-07-23 Thread Brett Porter
3 4:32 PM > To: Maven Users List > Subject: Re: master property file > > > Brett Porter wrote: > > > > Is there a reason for not using > ${user.home}/build.properties? In my > > experience, this is the best solution as it usualy has user > specific

Re: master property file

2003-07-23 Thread Tomasz Pik
Brett Porter wrote: > Is there a reason for not using ${user.home}/build.properties? In my experience, this is the best solution as it usualy has user specific options, but they are shared across all projects. Maybe it will be better to load this file from ${user.home}/.maven/build.properties? Sinc

RE: master property file

2003-07-23 Thread Brett Porter
> All my subproject currently inherit the project.xml from the > master (including goals in the master maven.xml). Wouldn't it > be nice to be able to inherit properties on this level as well? I think there is an issue in JIRA to make this work. > Or is there another way of solving this problem