Hi,

I would like to constrain both the revisions and status of a dependency
in ivy.

Something like:

<dependency org="com.myorg" name="mymodule" rev="[1.10, 1.11["
conf="sources;ide,compile->default" status="milestone" >
                

So that 1.10.1 and 1.10.2 would be selected, with status of at least
"milestone", but not 1.10.3-snapshot-xxx (with status "integration").

This is actually a mix/match of latest.milestone and revision
constraint.
Is there any way in ivy to achieve this?

 

Regards, 
 
 
Erik-Berndt Scheper

Reply via email to