I've been trying to build trunk against a clean local repo and hitting
some missing CXF snapshot dependencies.
Building components, I get this missing dependency:
org.apache.cxf:cxf-codegen-plugin:pom:2.2.5-SNAPSHOT
Building features, I get 6 missing dependencies
org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.2.4-SNAPSHOT
org.apache.cxf:cxf-rt-transports-jbi:jar:2.2.4-SNAPSHOT
org.apache.cxf:cxf-rt-transports-local:jar:2.2.4-SNAPSHOT
org.apache.cxf:cxf-rt-bindings-jbi:jar:2.2.4-SNAPSHOT
org.apache.cxf:cxf-rt-databinding-aegis:jar:2.2.4-SNAPSHOT
org.apache.cxf:cxf-rt-databinding-xmlbeans:jar:2.2.4-SNAPSHOT
For all of these it looks like the snapshots-group repo has
maven-metadata.xml.[sha1|md5] files but not the actual artifacts and poms.
--
Greg Lucas