Re: How to override properties from build.properties across maven:maven calls?

2004-02-03 Thread jan-helge . bergesen
] 02.02.2004 19:42 Please respond to Maven Users List To: Maven Users List [EMAIL PROTECTED] cc: Subject:Re: How to override properties from build.properties across maven:maven calls? On Mon, 2004-02-02 at 12:42, [EMAIL PROTECTED] wrote: Any idea anyone

How to override properties from build.properties across maven:maven calls?

2004-02-02 Thread jan-helge . bergesen
Any idea anyone? Is it possble to do this in the context? Just to (attempt to) clarify: I've got a property (a directory) set in a build.properties that is shared among several projects. The projects stage their JAR files to this location for developer environment execution. I'd like to be

Re: How to override properties from build.properties across maven:maven calls?

2004-02-02 Thread Jason van Zyl
On Mon, 2004-02-02 at 12:42, [EMAIL PROTECTED] wrote: Any idea anyone? Is it possble to do this in the context? The maven:maven/ is strictly for an isolated build, it doesn't know about the build that triggered it. Just to (attempt to) clarify: I've got a property (a directory) set in a