Can't we change the configuration include ivy.xml of the plugins from
<include file="${nutch.root}/ivy/ivy-configurations.xml"/>
to
<include file="../../../ivy/ivy-configurations.xml"/> ?
This way IvyDE can add them instantly with zero-configuration to the
Eclipse classpath. Because it seems that "nutch.root" is not resolved in
IvyDE.
Please note that parse-html somehow already is using the "../../../"
mechanism. (Unlike most of the other plugins.)
When you agree I'll create an issue and patch all plugins.