日期:2014-05-17 浏览次数:20775 次
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<version>2.6.2</version>
<executions>
<execution>
<id>process-classes</id>
<phase>process-classes</phase>
<configuration>
<className>org.jbei.ice.services.webservices.RegistryAPI</className>
<genWsdl>true</genWsdl>
<verbose>false</verbose>
</configuration>
<goals>
<goal>java2ws</goal>
</goals>
</execution>
</executions>
</plugin>