I had a look on : <ivy:listmodules organisation="*" module="ivy*" revision="1.0" matcher="glob" property="modules.[module]" value="[organisation]"/>
Is there a way to get all revisons of a given module in a property comma separated? For instance module Foo from company A has 3 revisions : 1.1 1.2 and 1.3 I would like to have foo.rev=1.1,1.2,1.3 thank you
