How to generate classes from wsdl using Maven and wsimport?

后端 未结 7 889
时光说笑
时光说笑 2020-12-01 00:35

When I attempt to run \"mvn generate-sources\" this is my output :

SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".
SLF4J: Defaulting to n         


        
7条回答
  •  [愿得一人]
    2020-12-01 00:53

    Even though this is bit late response, may be helpful for someone. Look like you have used pluginManagement. If you use pluginManagement , it will not pick the plug-in execution.

    It should be under

    
               
             
    

提交回复
热议问题