Description
When a property is declared in the module.ivy file using property tag, the resolved descriptor generated for ivy publishing is not valid.
Module.ivy example :
<ea:build organisation="org.apache.easyant.buildtypes" module="build-std-java" revision="0.2"> <ea:property name="myProperty" value="theValue"/> </ea:build>
We get the following error during publishing:
Cause : Can't set a null property! in file:/xxx/.easyant/project-cache/resolved-xxx.xml
The resolved descriptor:
<info …> … <ea:property> </ea:property> </info>