Hi Markus, I thought I would branch off from your thread here as I see this as a different problem (albeit substantially more minor in nature). The question were trying to address here is
> Does anyone know how i can modify Ivy to use Apache's maven repo for the > Hadoop dependencies? It keeps trying to load it from maven central where the > 0.21 pom is not present. Do you mean repository.apache.org. as oppose to http://repo1.maven.org/maven2 ? If you look in ivy/ivysettings.xml you will see where we are currently pulling dependencies from. Can anyone confirm this is the case? ----------------------------------------------------- Further to this, on a slightly different topic, between lines 28-31 in build.xml we can see <!-- define Maven coordinates, repository url and artifacts name etc --> <property name="groupId" value="org.apache.nutch" /> <property name="artifactId" value="nutch" /> <property name="maven-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2" /> The ${maven-repository-url} doesn't resolve to anywhere and returns an HTTP 400ish response. Any thoughts on this one! Sorry for going off at a tangent here guys!

