Hi,
I'm currently using the reactor in Maven, and I figured out that I can't
pass a variable from the calling project to the called projects.
For instance, if I do the following:
<j:set var="myVar" value="foo"/>
<maven:reactor
basedir="${basedir}"
includes="**/project.xml"
goals="myGoal"/>
then "myVar" is not available in the subprojects when myGoal executes.
Is it possible to do so?
Does anyone have an idea of what I should do to have this feature?
Thx a lot,
Fabrice.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]