My mistake. It should be fixed now.
Cheers,
Guillaume Nodet
On Aug 21, 2007, at 4:18 PM, 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