> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 04 August 2003 03:13 > To: Maven Users List > Subject: RE: project/properties and multiproject inheritance broken? > > Vincent, is the use of the reactorXml not enough to get around this?
I'm not sure what it brings over maven.xml as maven.xml files are correctly inherited (and we do use inheritance). The issue we have is with property inheritance, not jelly script inheritance. That said, we could probably define all our properties in the top level maven.xml using <j:set>... It just doesn't seem right. Thanks -Vincent > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > "Vincent Massol" <[EMAIL PROTECTED]> wrote on 02/08/2003 04:15:58 AM: > > > Strong +1. AFAIAC, this is *the* main issue with Maven for big projects. > > The reactor cannot pass properties and the build/project.properties are > > not inherited. I've tried to fix it in the past but I've not been able > > to implement it successfully (I'm missing some knowledge). > > > > If someone could do for RC1, that would be just great. > > > > Thanks > > -Vincent > > > > > -----Original Message----- > > > From: Rafal Krzewski [mailto:[EMAIL PROTECTED] > > > Sent: 01 August 2003 09:22 > > > To: Maven Users List > > > Subject: Re: project/properties and multiproject inheritance broken? > > > > > > Kevin Ross wrote: > > > > in a bid for the longest running single user thread.... > > > > > > > > 1. CSS style properties work on parent and sub projects > > > > 2. Normal properties are not inherited. > > > > > > > > How does property inheritance work? What is the best practice to > > share > > > > properties across projects? > > > > > > project.properties / build.properties are NOT inherited. It's a long > > > standing bug, that everyone wants fixed. Jason's last refactoring has > > > landed and HEAD has stabilized enough that it's possible to build > > > after bootstraping. Seems like a good moment to take a swing at this > > > issue... > > > > > > R. > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
