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 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 able to "redirect" the jar files when preparing for 
> installer generation, however
> the maven:maven tag seems to re-read the values from the .properties files 
> instead of
> accepting the modifications performed by the invoking script..

Yes, that's what it does. 

What property are you trying to alter?

You can also let maven place JARs where it normally does and then move
in a post goal or use the reactor to build everything and then move the
JARs to your desired location.

> workarounds anyone?

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to