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 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.. workarounds anyone?
