Re: Any way to have shared properties when extending from a base project

2003-09-19 Thread khote
In my subproject maven.xml files I've had to: loadproperties srcFile=../build.properties/ loadproperties srcFile=../project.properties/ Maven loads settings in this order, and uses last set to determine final value of a property: ${project.home}/project.properties

Re: Any way to have shared properties when extending from a base project

2003-09-19 Thread khote
[EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:35 AM Subject: RE: Any way to have shared properties when extending from a base project Hi Colin, This is a known wanted feature (I also want it dearly). Check JIRA. It's scheduled for 1.1. If you

RE: Any way to have shared properties when extending from a base project

2003-09-19 Thread Vincent Massol
-Original Message- From: Colin Sampaleanu [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 20:54 To: Maven Users List Subject: Re: Any way to have shared properties when extending from a base project Actaully, I like your method a bit better, me too although there is a small