How can I set a system property using jelly in a parent maven.xml so that the project.properties can reference it? I tried the following setting the ant property as well as var, but neither of them were picked up by the project.properties.

<j:set var="os" value="${os.name}"/>
       <if test="${os.startsWith('Windows')}">
         <ant:property name="swt.fragmentid" value="win32.win32.x86"/>
         <j:set var="swt.fragmentid" value="win32.win32.x86"/>
</if>
Thanks.

Sachin

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

Reply via email to