Hello,
I am having difficulties with populating a dynamic rev attribute for some of my declared dependencies in my published ivy.xml. I can't quite figure out what's going on because I have other declared dependencies and their rev attributes are getting populated. When I look at the console output ivy is actually finding the latest version and publishing it but the problem is the published ivy.xml does not contain the revision that it found. All the publish ivy file contains is "rev=latest.dev" instead of 2.1.0 for the rev. In the original ivy.xml I am using "rev=latest.${ivy.branch}". I was wondering if I could receive a little help or guidance in resolving this issue?