Thank you for the solution.

On Tue, Mar 8, 2011 at 2:34 PM, Maarten Coene <[email protected]> wrote:
> You get this because the POM of commons-daemon is not correct.
> It contains the following:
>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-daemon</artifactId>
>
> However, according to the URL, it should be:
>
> <groupId>commons-daemon</groupId>
> <artifactId>commons-daemon</artifactId>
>
> You can disable this check in Ivy by adding setting the 'checkconsistency' 
> attribute to false on your ibiblio resolver.
>
> <ivysettings>
> ...
>     <ibiblio name="ibiblio" checkconsistency="false"/>
>
> </ivysettings>
>
>
> regards,
>
> Maarten

-- 
Filipe Sousa

Reply via email to