You also have to watch out in the case of web errors. Maven can store an error message instead of a well formed file in your repo leading to all kinds of confusion. Try deleting thus
* rm -rf ~/.m2/repository/com/ibm* On Tue, Aug 27, 2013 at 7:37 AM, Stevo Slavić <[email protected]> wrote: > Hello Michael, > > Seems like temporary Maven Central repo mirror(s) issue. I've just tried > several times to open with browser > http://repo1.maven.org/maven2/org/apache/maven/plugins/ and sometimes it > responds well, and few times it returns empty page. > > So, please try again. > > Kind regards, > Stevo Slavic. > > > On Tue, Aug 27, 2013 at 3:59 PM, Michael Wechner > <[email protected]>wrote: > > > Hi > > > > I have downloaded > > > > http://mirror.switch.ch/**mirror/apache/dist/mahout/0.8/** > > mahout-distribution-0.8-src.**zip< > http://mirror.switch.ch/mirror/apache/dist/mahout/0.8/mahout-distribution-0.8-src.zip > > > > > > and tried to build it with > > > > mvn -DskipTests clean install > > > > on Mac OS X 10.6.8 with Java 1.6.0_45 and Maven 3.0.4 > > > > but reveived the following errors: > > > > [INFO] ------------------------------**------------------------------** > > ------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Mahout Build Tools ..............................**.. SUCCESS > > [13.168s] > > [INFO] Apache Mahout ..............................**....... SUCCESS > > [2.823s] > > [INFO] Mahout Math ..............................**......... SUCCESS > > [1:02.822s] > > [INFO] Mahout Core ..............................**......... SUCCESS > > [1:26.430s] > > [INFO] Mahout Integration ..............................**.. FAILURE > > [1:45.435s] > > [INFO] Mahout Examples ..............................**..... SKIPPED > > [INFO] Mahout Release Package ............................ SKIPPED > > [INFO] ------------------------------**------------------------------** > > ------------ > > [INFO] BUILD FAILURE > > [INFO] ------------------------------**------------------------------** > > ------------ > > [INFO] Total time: 4:31.448s > > [INFO] Finished at: Tue Aug 27 15:19:31 CEST 2013 > > [INFO] Final Memory: 27M/123M > > [INFO] ------------------------------**------------------------------** > > ------------ > > [ERROR] Failed to execute goal on project mahout-integration: Could not > > resolve dependencies for project > org.apache.mahout:mahout-**integration:jar:0.8: > > Could not transfer artifact com.ibm.icu:icu4j:jar:49.1 from/to central ( > > http://repo.maven.apache.org/**maven2< > http://repo.maven.apache.org/maven2>): > > GET request of: com/ibm/icu/icu4j/49.1/icu4j-**49.1.jar from central > > failed: Premature end of Content-Length delimited message body (expected: > > 7407144; received: 4098921 -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > > -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] http://cwiki.apache.org/**confluence/display/MAVEN/** > > DependencyResolutionException< > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > > command > > [ERROR] mvn <goals> -rf :mahout-integration > > > > Does anybody else experience the same problem? > > > > Thanks > > > > Michael > > >
