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 the project POM extends a project.xml (<extend> tag) > > > set inheritdir = location of inherited project.xml > > > if project.properites exist in inheritdir > > > load inheritdir/project.properties > > > fi > > > if maven.xml exists in inheritdir > > > load inheritdir/maven.xml > > > fi > > > fi > > > > > > What do you think? > > > > Decided upon long ago, and there are tests which pick out the faults > in > > the inheritance of projects in general properties being among them. > > > > cool. But then, it must be missing some tests as it doesn't seem to be > working > for me... ;-). So you're saying it's a bug. I'll report it in JIRA.
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 that I can look at (BTW, I've noticed the <extend> tag is not documented on the web site)? Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
