On Wed 2008-02-27 at 16:50h, Xavier Hanin wrote on ivy-user:
:
> Personnally I was just thinking about something very similar to maven
> dependency management feature, with slight adaptation to Ivy syntax.
> 
> Something like:
> <ivy-module version="2.0">
>   <info ... />
>   <dependencies>
>   </dependencies>
>   <dependencyManagement>
>     <dependency org="foo" name="bar" rev="1.0"  />
>   </dependencyManagement>
> </ivy-module>

How would this be different from a regular dependency with a "force"
attribute?

-- Niklas Matthies

Reply via email to