@Willem Can you help to get CXF 2.2-SNAPSHOT deployed? @Claus In the mean time, we will have to checkout the CXF trunk (http://svn.apache.org/repos/asf/cxf/trunk/) and do a mvn install or better yet mvn -Pfastinstall.
On Mon, Jan 19, 2009 at 12:26 AM, Claus Ibsen (JIRA) <[email protected]> wrote: > > [ > 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. > >
