Skip to content

Instantly share code, notes, and snippets.

View cenkc's full-sized avatar
🏠
Working from home

Cenk Canarslan cenkc

🏠
Working from home
View GitHub Profile
@sachin-handiekar
sachin-handiekar / pom.xml
Created August 26, 2013 15:11
CXF Codegen plugin - WSDL2Java
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>${cxf.version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>