Hi,
I've just tried building CXF trunk and had issues with finding org.eclipse artifacts required for the SDO DataBinding module. They do not seem to be in central maven repo; I've managed to get them using some official and unofficial eclipse repos, so... what repository do you currently have configured to get them?
Thanks
Alessio


Missing:
----------
1) org.eclipse.emf:ecore:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=ecore -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=ecore -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1
     3) org.eclipse.emf:ecore:jar:2.2.3

2) org.eclipse.emf:ecore-change:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=ecore-change -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=ecore-change -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1
     3) org.eclipse.emf:ecore-change:jar:2.2.3

3) org.eclipse.emf:ecore-xmi:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=ecore-xmi -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=ecore-xmi -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1
     3) org.eclipse.emf:ecore-xmi:jar:2.2.3

4) org.eclipse.xsd:xsd:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.xsd -DartifactId=xsd -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.xsd -DartifactId=xsd -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.1.1
     3) org.eclipse.xsd:xsd:jar:2.2.3

5) org.eclipse.emf:codegen:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=codegen -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.1.1
     3) org.eclipse.emf:codegen:jar:2.2.3

6) org.eclipse.emf:codegen-ecore:jar:2.2.3

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.emf -DartifactId=codegen-ecore -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=codegen-ecore -Dversion=2.2.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
     1) org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT
     2) org.apache.tuscany.sdo:tuscany-sdo-tools:jar:1.1.1
     3) org.eclipse.emf:codegen-ecore:jar:2.2.3

----------
6 required artifacts are missing.

for artifact:
 org.apache.cxf:cxf-rt-databinding-sdo:jar:2.3.0-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)

--
Alessio Soldano
Web Service Lead, JBoss

Reply via email to