maven 利用axis2插件配置webservice

maven 利用axis2配置webservice


	org.apache.axis2
	axis2-java2wsdl-maven-plugin
	1.5.4
	
		
			Test
			process-classes
			
				java2wsdl
			
			
				com.test.Test
				http://localhost/services/Test
				${project.build.directory}/wsdl/Test.wsdl
			
		
		
			Test2
			process-classes
			
				java2wsdl
			
			
				com.test.Test2
				http://localhost/services/Test2
				${project.build.directory}/wsdl/Test2.wsdl
			
		
	


你可能感兴趣的:(maven)