Hi all,
When building the CXF trunk (on Windows) I'm getting the following
build failure.
Anyone an idea what's going on?
Thanks!
David
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.cxf:cxf-buildtools:jar:${cxf.version}
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-buildto
ols -Dversion=${cxf.version} -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.apache.cxf -DartifactId=cxf-buildtool
s -Dversion=${cxf.version} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dre
positoryId=[id]
Path to dependency:
1) org.apache.maven.plugins:maven-remote-resources-plugin:maven-plugin:1
.0
2) org.apache.cxf:cxf-buildtools:jar:${cxf.version}
----------
1 required artifact is missing.
for artifact:
org.apache.maven.plugins:maven-remote-resources-plugin:maven-plugin:1.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)