Hi Bernhard, The Opensaml artifacts you reference are not in Maven Central, but in the Shibboleth maven repo here:
http://shibboleth.internet2.edu/downloads/maven2/ The dependencies are coming from WSS4J 1.6-SNAPSHOT, where the Shibboleth maven repo is listed. Once I get the Opensaml artifacts into Maven Central, then I'll remove the Shibboleth repo from the WSS4J pom. Colm. On Thu, Feb 17, 2011 at 5:50 PM, Bernhard Schuhmann <[email protected]> wrote: > hello all, > > i'm also having problems building cxf from trunk since a few days, a > different problem though... > > the build fails at "Apache CXF Manifest Jar" with the following error. > > [ERROR] Failed to execute goal on project cxf-distribution-manifest: Could > not resolve dependencies for project > org.apache.cxf:cxf-distribution-manifest:jar:2.4.0-SNAPSHOT: The following > artifacts could not be resolved: org.opensaml:opensaml:jar:2.4.1, > org.opensaml:openws:jar:1.4.1, org.opensaml:xmltooling:jar:1.3.1: Could > not find artifact org.opensaml:opensaml:jar:2.4.1 in central > (http://repo1.maven.org/maven2) -> [Help 1] > > > any idea what i could have done wrong? what i don't understand is that for > other targets, the missing artifacts can be found in central. > > i've deleted the local copies in my local repository and rerun the build. > mvn correctly refetched the missing files > > Downloading: > http://repo1.maven.org/maven2/org/opensaml/opensaml/2.4.1/opensaml-2.4.1.po > m > Downloading: > http://repo1.maven.org/maven2/org/opensaml/openws/1.4.1/openws-1.4.1.pom > Downloading: > http://repo1.maven.org/maven2/org/opensaml/xmltooling/1.3.1/xmltooling-1.3. > 1.pom > > > but then it failed again in the cxf manifest jar. > > i'm building with -Pfastinstall,everything... > > thanks and sorry for hijacking the thread ;-) > > b > > > Am 17.02.11 13:53 schrieb "beit" unter <[email protected]>: > >> >>Hi everybody, >> >>first, thank you everybody for your fast support and your help for other >>people. >> >>I was using the latest version of everything; cfx and maven was >>downloaded >>just yesterday. >>I didn't run the svn update because I already succeed with the compiled >>library. >> >>So the problem is not solved, but I succeed in another way. >> >>Thank you everybody >> >>best regards >>Enrico Bottani >>-- >>View this message in context: >>http://cxf.547215.n5.nabble.com/building-CFX-problem-tp3388088p3389381.htm >>l >>Sent from the cxf-user mailing list archive at Nabble.com. > >
