Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-04-04 Thread Peter Donald
+1 :) I believe it already exists in beta-8 for maven.xml and is supposed to exist in beta-9 for proeprties (though I have not tried). I would also love to see inheritance of build.properties aswell ... ;) On Wed, 26 Mar 2003 21:34, [EMAIL PROTECTED] wrote: > Hi, > > I'd like to propose to

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread Jason van Zyl
On Wed, 2003-03-26 at 09:25, [EMAIL PROTECTED] wrote: > Quoting Jason van Zyl <[EMAIL PROTECTED]>: > > > On Wed, 2003-03-26 at 05:34, [EMAIL PROTECTED] wrote: > > > Hi, > > > > > > I'd like to propose to support inheritance of project properties and > > > maven.xml. It would work in the followin

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread John Casey
I've also noticed a problem with inheritance between parent and sub projects when dealing with properties also specified in the driver.properties. See MAVEN-294 for more info. This may be related to your problem...however, I haven't heard anything back from this bug. As far as I can tell, no one

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread Jeffrey D. Brekke
> On Wed, 26 Mar 2003 15:38:11 +0100 (MET), [EMAIL PROTECTED] said: > let me be more precise. The maven.xml is indeed inherited (it > works). The issue I have is with the project.properties which does > not seem to be inherited. Is that the normal behaviour? Is there > some doc on inheritance

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread vmassol
Quoting [EMAIL PROTECTED]: > Quoting Jason van Zyl <[EMAIL PROTECTED]>: > > > On Wed, 2003-03-26 at 05:34, [EMAIL PROTECTED] wrote: > > > Hi, > > > > > > I'd like to propose to support inheritance of project properties and > > > > maven.xml. It would work in the following way: > > > > > > if t

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread vmassol
Quoting Jason van Zyl <[EMAIL PROTECTED]>: > On Wed, 2003-03-26 at 05:34, [EMAIL PROTECTED] wrote: > > Hi, > > > > I'd like to propose to support inheritance of project properties and > > maven.xml. It would work in the following way: > > > > if the project POM extends a project.xml ( tag) > >

Re: [PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread Jason van Zyl
On Wed, 2003-03-26 at 05:34, [EMAIL PROTECTED] wrote: > Hi, > > I'd like to propose to support inheritance of project properties and > maven.xml. It would work in the following way: > > if the project POM extends a project.xml ( tag) > set inheritdir = location of inherited project.xml > if

[PROPOSAL] Inheriting project properties and maven.xml

2003-03-26 Thread vmassol
Hi, I'd like to propose to support inheritance of project properties and maven.xml. It would work in the following way: if the project POM extends a project.xml ( tag) set inheritdir = location of inherited project.xml if project.properites exist in inheritdir load inheritdir/project.pro