scubacabra / gradle-wsdl-plugin

Gradle plugin that helps with using WSDL files and generating their WARs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is WsdlPluginExtension.wsImport used for when there's already a 'wsimport' extension?

markjfisher opened this issue · comments

In the WsdlPlugin there's a project extension "wsdl", and then an extension of this called "wsimport" (note all lower case).

Additionally, in WsdlPluginExtension, there's a property called 'wsImport' (capital I).

Isn't this latter property redundant, as you're creating and using a wsimport extension to hold the values of WsImportExtention class? I can't find any uses of the wsImport (capital I), so was just confirming if this could just be removed.