This content has been marked as final.
Show 2 replies
-
1. Re: Fuse-08-15 examples mvn clean ERROR
ffang Dec 17, 2012 1:10 AM (in response to cloudoo)Hi,
The fusesource repo[1] has no artifacts org.apache.maven.wagon:wagon-webdav-jackrabbit:jar:1.0-beta-6, it's in the maven central repo[2]
http://repo.fusesource.com/maven2/
http://repo2.maven.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/
Somehow your local maven repo cache fusesource repo url and always try to download the artifacts from[1], you may need remove your local maven repo org/apache/maven/wagon/ folder to see if it helps, that's what I always do when I run into such error and it works for me.
Freeman
-
2. Re: Fuse-08-15 examples mvn clean ERROR
cloudoo Dec 17, 2012 2:00 AM (in response to ffang)Thanks!
I have add address "http://repo2.maven.org/maven2/" to "./m2/settings.xml" mirror repo address.
it's run ok !