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-default/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.
