I always got error: The plugin 'org.apache.maven.plugins:maven-java2wsdl-plugin' does not exist or no valid version could be found with my plugin: <plugin> <groupId>org.apache.axis2.maven2</groupId> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> <version>1.1</version> <configuration>
<className>com.chg.dataware.service.DatawareWebService</className> <outputFileName>${basedir}/src/main/resources/dataware.wsdl</outputFileName> </configuration> <executions> <execution> <goals> <goal>java2wsdl</goal> </goals> </execution> </executions> </plugin> I can find that jar file in repo1.maven.org/maven2 repository. -- Haipeng Du Salt Lake City