You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use this example to learn about ws-cxf-proxy and for the same when I was trying to build the project by mvn install it was giving me the follwoing errors
ERROR] Plugin org.apache.cxf:cxf-codegen-plugin:2.6.0.redhat-60024 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org
.apache.cxf:cxf-codegen-plugin:jar:2.6.0.redhat-60024: Failure to find org.apache.cxf:cxf-codegen-plugin:pom:2.6.0.redhat-60024 in http://repo.fusesource.com/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of fusesource has elapsed or updates are forced -> [Help 1]
Hi,
I was trying to use this example to learn about ws-cxf-proxy and for the same when I was trying to build the project by mvn install it was giving me the follwoing errors
ERROR] Plugin org.apache.cxf:cxf-codegen-plugin:2.6.0.redhat-60024 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org
.apache.cxf:cxf-codegen-plugin:jar:2.6.0.redhat-60024: Failure to find org.apache.cxf:cxf-codegen-plugin:pom:2.6.0.redhat-60024 in http://repo.fusesource.com/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of fusesource has elapsed or updates are forced -> [Help 1]
[ERROR]
I tried to see which fusesource repo had the following jar and found out that these Jars were in 'http://repo.fusesource.com/nexus/content/groups/public/org/apache/cxf/cxf-codegen-plugin/2.6.0.redhat-60024/'
I added the 'http://repo.fusesource.com/nexus/content/groups/public/' repository in the main pom.xml and the code was built successfully.
Just wanted to bring this issue in your notice.
Thanks,
Kunal
The text was updated successfully, but these errors were encountered: