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,

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

2003-09-19 Thread khote
quot;Colin Sampaleanu" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, September 19, 2003 11:53 AM Subject: Re: Any way to have shared properties when extending from a base project > Actaully, I like your method a bit better, since I wa

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

2003-09-19 Thread Colin Sampaleanu
cent Massol" <[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

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

2003-09-19 Thread khote
ent Massol" <[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 (

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: Maven loads settings in this order, and uses last set to determine final value of a property: ${project.home}/project.properties ${project.home}/build.properties ${user.home}/build.properties Ant on the other hand uses first-set, once a proper

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

2003-09-19 Thread Vincent Massol
Hi Colin, This is a known wanted feature (I also want it dearly). Check JIRA. It's scheduled for 1.1. If you want it faster, please send a patch and I'll gladly apply it :-) As a workaround on my work project, we have a custom maven.xml goal that copies the top level project.properties to the cur