Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <?xml version="1.0"?><project>
 - <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}/src/main/java</sourceRoot>
 - <wsdlOptions>
 - <wsdlOption>
 - <wsdl>http://s3.amazonaws.com/ec2-downloads/ec2.wsdl</wsdl>
 - <extraargs>
 - <extraarg>-b</extraarg>
 - <extraarg>${basedir}/src/main/wsdl/ec2binding.xml</extraarg>
 - <extraarg>-autoNameResolution</extraarg>
 - </extraargs>
 - </wsdlOption>
 - </wsdlOptions>
 - </configuration>
 - <goals>
 - <goal>wsdl2java</goal>
 - </goals>
 - </execution>
 - </executions>
 - </plugin>
 - </plugins>
 - </build>
 - <properties>
 - <cxf.version>2.2.5</cxf.version>
 - </properties>
 - <dependencies>
 - <dependency>
 - <groupId>org.apache.cxf</groupId>
 - <artifactId>cxf-rt-frontend-jaxws</artifactId>
 - <version>${cxf.version}</version>
 - </dependency>
 - <dependency>
 - <groupId>org.apache.cxf</groupId>
 - <artifactId>cxf-rt-transports-http</artifactId>
 - <version>${cxf.version}</version>
 - </dependency>
 - <dependency>
 - <groupId>org.apache.ws.security</groupId>
 - <artifactId>wss4j</artifactId>
 - <version>1.5.8</version>
 - </dependency>
 - <dependency>
 - <groupId>org.apache.cxf</groupId>
 - <artifactId>cxf-rt-ws-security</artifactId>
 - <version>2.2.5</version>
 - </dependency>
 - </dependencies>
 - </project>
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment