Well, that version definitely exists in central: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/
I just checked and the md5 and sha1's match for me if I download them directly from there. Thus, it sounds like you are having network issues or similar. You might want to delete the ~/.m2/repository/org/codehaus/plexus/plexus-container-default dir or similar to see if forcing a reload will work better. Dan On Sunday, June 05, 2011 8:50:09 PM MikeOliverAZ wrote: > Followed instructions on Apache CXF Setting up Eclipse at > http://cxf.apache.org/setting-up-eclipse.html > http://cxf.apache.org/setting-up-eclipse.html > > At Building Apache CXF WSDL Validator Maven2 Plugin task-segment [install] > got [WARNING] Unable to get resource > 'org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9' from > respository central. Re-running mvn install -Pfastinstall -Psetup.eclipse > failed at the same point. > > Subsequent workspace import showed only those projects before the > Validator. > > Search of all the pom.xml files under CXF Trunk did not show > "plexus-container-default" at all. > > Search at MVN Repository > http://mvnrepository.com/artifact/org.codehaus.plexus/plexus-container-defa > ult/1.0-alpha-9 did show the file and a download link, but the download > failed there too. > > Anybody have any ideas on alternatives to proceed? > > I was able to download the stable version > > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-container-default</artifactId> > <version>1.0-alpha-9-stable-1</version> > </dependency> > > but not finding the pom.xml to change I don't know what to do. > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Build-Error-on-CXF-Trunk-tp4457479p4457479 > .html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
