Hi Gordon,
The cxf-bc and cxf-se is in progress now, so these two modules are not
added in serviceengines and bindingcomponents modules list, so you
cann't download org.apache.servicemix:servicemix-cxf-se from website now.
The work around is go into
trunk/deployables/serviceengines/servicemix-cxf-se and run "mvn install"
to build org.apache.servicemix:servicemix-cxf-se yourself.
Btw, you should be able to download it from website very soon.
Best Regards
Freeman
Gordon Dickens wrote:
Hello,
I am getting a build error today from the latest code from SVN:
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.servicemix
ArtifactId: servicemix-cxf-se
Version: 3.2-incubating-SNAPSHOT
Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix
-DartifactId=servicemix-cxf-se \
-Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer
-Dpackaging=zip -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=org.apache.servic
emix -DartifactId=servicemix-cxf-se \
-Dversion=3.2-incubating-SNAPSHOT -Dclassifier=installer
-Dpackaging=zip -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
org.apache.servicemix:servicemix-cxf-se:zip:3.2-incubating-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix-m2-repo
(http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
codehaus (http://repository.codehaus.org),
apache-incubating
(http://people.apache.org/repo/m2-incubating-repository),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Any thoughts?
Thanks,
Gordon Dickens