Re: Propety inherithance in 1.0.1

2004-11-11 Thread Brett Porter
Yes, this was a bugfix. project.properties belongs with project.xml, not with project_common.xml. As dan later suggests, creating a subdirectory putting the extension POM in there with the properties you want inherited is correct. This way, the inherited properties and the master build properties

Re: Propety inherithance in 1.0.1

2004-11-11 Thread dan tran
Jean-marc Create a directory called common under root, move your common_project.xml to become project.xml in that dir. Have common/project.xml to inherit root and have your subproject to inherit ../common/project.xml This works for me -D On Thu, 11 Nov 2004 13:44:00 -0500, Jean-Marc Lavoie <[

Propety inherithance in 1.0.1

2004-11-11 Thread Jean-Marc Lavoie
I have jus install maven 1.0.1, Thanks a lot to the team. I discovered that something seam to be working differently with inheritance. I got some subproject that extends from a project file in the parent directory. The parent directory contains a project.xml file which is used to generate the