Re: Project Properties and "extends"

2004-02-18 Thread Mark R. Diggory
I think we'll just hang tight and wait for some property file inheritance as well. Until then we can make due with duplicating the properties files. -Mark Sebastien Sahuc wrote: We are looking for the same feature. Here is what we did locally by patching maven code. Our project.properties for

Re: Project Properties and "extends"

2004-02-17 Thread Sebastien Sahuc
We are looking for the same feature. Here is what we did locally by patching maven code. Our project.properties for each project can include a master project.properties using the following line: project.properties of the project == @../master/master_project.properties = === master_pro

RE: Project Properties and "extends"

2004-02-17 Thread Brett Porter
Yes and no. Certainly a planned feature. Search the archives - there's a few threads about this. Cheers, Brett > -Original Message- > From: Mark R. Diggory [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 18 February 2004 12:22 PM > To: Maven Users List > Subject: Pr

Project Properties and "extends"

2004-02-17 Thread Mark R. Diggory
Is it possible to inherit the parent projects "parent-project/project.properties" when you "extend" the "parent-project/project.xml"? thanks -Mark -- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu -