This is likely to be solved with Nexus configuration.
We use maven for hadoop development. Nexus is configured as mirror for all repository, and repositories are added in nexus public group. (see Is there better way of configuring repositories in Nexus?)
I discovered that hadoop-core artifact version 1.0.4 is shown to come from spring-roo-repository http://spring-roo-repository.springsource.org/release/ Nexus shows only pom avaiable, althow I see jar via browser path /nexus/content/groups/public/org/apache/hadoop/hadoop-core/1.0.4/
How to make hadoop-core to come from Maven Central?
