Marcos Silva Pereira wrote: > how to pass maven properties to Ant build file.
This can be found in a frillion places, including googling for your subject ;-)
<configuration>
<tasks>
<property name="foobar" value="${foobar}"/>
You can use other attributes instead of "value", check the docos around.
hth,
Manos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
