Thanks for the hint. I have added some documentation to the wiki page of the codegen plugin:
http://cwiki.apache.org/confluence/display/CXF20DOC/Maven+cxf-codegen-plugin+%28WSDL+to+Java%29

Greetings

Christian

Am 25.01.2010 17:58, schrieb Daniel Kulp:
Christian,

You need to add the appropriate JAXB XJC plugin to the deps of the codegen
plugin.  This should be done in your "root poms" pluginManagement section.

<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>${cxf.version}</version>
<dependencies>
     <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-xjc-ts</artifactId>
         <version>${cxf.version}</version>
      </dependency>
</dependencies>
<executions>
.....
</executions>
</plugin>

--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to