开发者

JAXWS wsimport stopping recompile

开发者 https://www.devze.com 2023-01-06 18:54 出处:网络
I am using NetBeans with the JaxWS maven plugin.My app has a开发者_StackOverflowbout 5 different wsdls I need to load.My problem is I want to stop maven or wsimport from recompiling my wsdl every time

I am using NetBeans with the JaxWS maven plugin. My app has a开发者_StackOverflowbout 5 different wsdls I need to load. My problem is I want to stop maven or wsimport from recompiling my wsdl every time. I would like to be able to work/compile offline. If no connection is available do not attempt to pull down. This seems like staleFile or Keep would fix this but this doesn't seem to help. Can anyone point me in the right direction?

Thanks


We ended up creating a seperate project to host our webservice client. We rebuild this project any time the interface of our service changes. This is automated with hudson.

0

精彩评论

暂无评论...
验证码 换一张
取 消