[
https://issues.apache.org/activemq/browse/CAMEL-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48793#action_48793 ]
Claus Ibsen commented on CAMEL-1256:
------------------------------------
Nice. I am looking forward to the PAYLOAD. My last gripe with camel-cxf is really that a manual convertBodyTo is needed.
BTW I get this maven issue now
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: 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.cxf -DartifactId=cxf-codegen-plugin -Dversion=2.2-SNAPSHOT -Dpackaging=maven-plugin -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-codegen-plugin -Dversion=2.2-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.2-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.2-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
> Clean up camel-cxf
> ------------------
>
> Key: CAMEL-1256
> URL:
https://issues.apache.org/activemq/browse/CAMEL-1256> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-cxf
> Affects Versions: 1.5.0
> Reporter: William Tam
> Assignee: William Tam
> Fix For: 2.0.0
>
>
> The camel-cxf component is dued for some code cleanup and refactoring. We can clean some of of the interfaces and redundant code, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.